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

global tool doesn't work with dotnet 2.1.3 #1974

Closed
jrr opened this issue May 31, 2018 · 2 comments
Closed

global tool doesn't work with dotnet 2.1.3 #1974

jrr opened this issue May 31, 2018 · 2 comments

Comments

@jrr
Copy link

jrr commented May 31, 2018

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:

$ 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]
(...)
@kblohm
Copy link
Contributor

kblohm commented May 31, 2018

Should work after #1972 gets merged.

@matthid
Copy link
Member

matthid commented Jun 2, 2018

Yes should work since https://www.nuget.org/packages/fake-cli/5.0.0-rc018.244
Feel free to report back.

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

3 participants