I've found and used this : https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md
to no avail. I can't get a install of .net sdk 5.0 on ubuntu
I try to run a simple Blazor project, I get this :
dotnet-sdk.dotnet electronize init
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
- The following frameworks were found:
5.0.0-rc.2.20475.5 at [/snap/dotnet-sdk/103/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=x64&rid=ubuntu.20.04-x64
3.1.0
not 5.0 – Thomas Ward Oct 29 '20 at 14:43