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

Can't build with newer version of .net #110

Open
dsysme opened this issue Oct 3, 2022 · 1 comment
Open

Can't build with newer version of .net #110

dsysme opened this issue Oct 3, 2022 · 1 comment

Comments

@dsysme
Copy link

dsysme commented Oct 3, 2022

ou must install or update .NET to run this application.

App: /home/korra/dev/fsharp/FSharpKoans/FSharpKoans/bin/Debug/net5.0/FSharpKoans.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64)
.NET location: /usr/share/dotnet/

The following frameworks were found:
6.0.9 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=ubuntu.20.04-x64

Press any key to continue...

@haodeon
Copy link

haodeon commented Nov 26, 2022

This project hasn't been upgraded yet to .NET 6. You need to use the .NET 5 SDK.

If you spin up a codespace it automatically provisions a .NET 5 environment.

Someone has also opened a pull request to upgrade the project to .NET 6. You could try their branch.

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

2 participants