You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Tool 'fake-cli' (version '5.0.0-rc015.196') was successfully installed.)
Attempt to run fake:
fake
Expected behavior
Fake runs
Actual behavior
Error:
$ fake
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.1.0-rc1' was not found.
- Check application dependencies and target a framework version installed at:
C:\Program Files\dotnet
- Installing .NET Core prerequisites might help resolve this problem:
http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
- The .NET Core framework and SDK can be installed from:
https://aka.ms/dotnet-download
- The following versions are installed:
1.0.1 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
(...)
The text was updated successfully, but these errors were encountered:
Description
fake-cli seems to rely specifically on an earlier .net core RC.
Repro steps
Install the latest stable .net core (2.1.3 as of this writing)
$ dotnet tool install fake-cli -g --version=5.0.0-*
(
Tool 'fake-cli' (version '5.0.0-rc015.196') was successfully installed.
)Attempt to run fake:
fake
Expected behavior
Fake runs
Actual behavior
Error:
The text was updated successfully, but these errors were encountered: