Open sayedihashimi opened 5 years ago
Unless I'm not understanding this correct, when Visual Studio (both Windows and Mac) release and install .NET Core 3.0 by default this sample will stop working for everyone. Is anyone looking to fix this?
I'm encountering this issue. I just installed .NET Core 3.1 on Mac. dotnet run
produces this error:
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.0.0' was not found.
- The following frameworks were found:
3.1.3 at [/usr/local/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=2.0.0&arch=x64&rid=osx.10.14-x64
When I follow the link, there are no download options for Mac.
first you should check the project file which version is targeted. then which version installed your machine then you will run working fine your application
I'm getting an error when trying to run this on macOS. I have .net core 3.0 installed, not sure if that is causing this or not. If so, you should be able to solve with a
global.json
file.This issue is for a: (mark with an
x
)Minimal steps to reproduce
OS and Version?
macOS Mojave 10.14.5
Error message on
dotnet run
dotnet info