mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #212] Dotnet core 3.1 and DotNet 5 support #135
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sps014 on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/212
I am interested to know what does it takes to add support for Dotnet core 3.1 and DotNet 5 (in future).
This project is amazing , i think whole community would love to see dotnet core 3.1 support.
@pauldotknopf commented on GitHub (Jul 15, 2020):
.NET 3.1 is already supported. We are using it currently at my place-of-work.
I'm not sure about .NET 5, I'm sure it's a similar situation.
@sps014 commented on GitHub (Jul 15, 2020):
I tried using with dotnet core 3.1 , i got no errors but no window appeared, i searched and some folk somewhere mentioned it does not support 3.1, hence i asked here , i must be doing something wrong then...
@sps014 commented on GitHub (Jul 15, 2020):
I cloned https://github.com/qmlnet/qmlnet-examples repo and the changed runtime to core 3.1 and still getting blank window

@pauldotknopf