It was not possible to find any compatible framework version
The specified framework 'Microsoft.AspNetCore.App', version '2.2.0' was not found.
- The following frameworks were found:
3.0.0 at [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The .NET Core frameworks can be found at:
- https://aka.ms/dotnet-download
Expected behavior
From the document, I would expect iqsharp to work on
As @bromeg mentioned, we are actively working to resolve this problem; in the meantime, you can work around the issue by installing the .NET Core SDK, version 2.2 rather than version 3.0. Thanks for your patience!
@beraybentesen: Apologies, we forgot to close this issue when we released 0.10, but it should be fixed now! Please let us know (either by reopening or by filing a new issue) if you still encounter any problems. Thanks!
Describe the bug
iqsharp can't be installed on .NET Core 3.0
To Reproduce
Steps to reproduce the behavior:
dotnet build iqsharp.sln
cd src/Tool/
dotnet run -- install
Expected behavior
From the document, I would expect iqsharp to work on
Also from this page: https://dotnet.microsoft.com/download/dotnet-core
It looks like .NET Core 3.0 is the recommended version and 2.2 is reaching end of support soon.
System information
The text was updated successfully, but these errors were encountered: