Skip to content
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

Closed
9034725985 opened this issue Apr 5, 2020 · 4 comments
Closed

Support .NET 5 #80

9034725985 opened this issue Apr 5, 2020 · 4 comments

Comments

@9034725985
Copy link

9034725985 commented Apr 5, 2020

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 ,

This repo has been merged into https://github.com/dotnet/sdk. Previous releases (prior to .NET 5) will still be serviced out of this repo.

see also dotnet/announcements#119

@safern
Copy link

safern commented Apr 8, 2020

Answered here: dotnet/runtime#34699 (comment)

It seems there is support, you're just passing the wrong dotnet-version of the SDK.

@9034725985
Copy link
Author

fixed thank you @safern

@jcapellman
Copy link

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."

@Corniel
Copy link

Corniel commented Nov 26, 2020

Might be worth using this version in the README.md?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@9034725985 @Corniel @jcapellman @safern and others