-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET 5 #80
Comments
Answered here: dotnet/runtime#34699 (comment) It seems there is support, you're just passing the wrong dotnet-version of the SDK. |
fixed thank you @safern |
On a similar note, what is the suggested method for getting WPF .NET 5 applications built given the .NET 5 SDK is version 5.0.100-preview.3.20216.6 and the Windows Desktop version is 5.0.0-preview.3.20214.2. I got .NET 5 pulling down successfully, but errors when trying to build my WPF application: "The framework 'Microsoft.WindowsDesktop.App', version '5.0.0-preview.3.20214.2' was not found." |
Might be worth using this version in the README.md? |
I am trying to get github actions to work with .NET 5 but without any success
https://github.com/kusl/mydotnet/actions/
There's some hint over at https://github.com/dotnet/cli ,
see also dotnet/announcements#119
The text was updated successfully, but these errors were encountered: