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

netcoreapp5.0 not supported, 3.0 is "out of support" #69

Open
lucastheisen opened this issue Dec 3, 2020 · 0 comments
Open

netcoreapp5.0 not supported, 3.0 is "out of support" #69

lucastheisen opened this issue Dec 3, 2020 · 0 comments

Comments

@lucastheisen
Copy link

Attempting to use the current latest release on .NET Core 5.0 gives:

[gitlab@f1b1b25c46f1 test]$ dotnet tool install --tool-path /tmp/ dotnet-ildasm
You can invoke the tool using the following command: dotnet-ildasm
Tool 'dotnet-ildasm' (version '0.12.2') was successfully installed.
[gitlab@f1b1b25c46f1 test]$ /tmp/dotnet-ildasm
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.0.0' was not found.
  - The following frameworks were found:
      5.0.0 at [/usr/share/dotnet/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.0.0&arch=x64&rid=centos.7-x64

Taking a look at build.sh, it appears to be building for each version from 2.0 -> 3.0.

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

1 participant