-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Labels
Description
I'm trying to run fake 5 script on ubuntu using latest .NET core 3 preview5.
I uninstalled previous SDK versions so it's the only .NET core version I got.
After installing global tool with dotnet tool install fake-cli -g
I'm getting error above:
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
3.0.0-preview5-27626-15 at [/home/st/dotnet/shared/Microsoft.NETCore.App]You can resolve the problem by installing the specified framework and/or SDK.
The .NET Core frameworks can be found at:
Seems to be similar to #1974.
Is there any reason why fake cannot run on dotnet core 3.0 preview?
Reactions are currently unavailable