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

The framework 'Microsoft.NETCore.App', version '2.1.0' was not found. #175

Closed
GitMyCode opened this issue Mar 25, 2020 · 1 comment
Closed

Comments

@GitMyCode
Copy link

GitMyCode commented Mar 25, 2020

I have dotnet core 3 installed and it seems i cannot run the tool with it

is it supposed to be supported?


dotnet new tool-manifest
dotnet tool install dotnet-xscgen
dotnet xscgen

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
  - The following frameworks were found:
      3.1.1 at [/Users/me/.dotnet/shared/Microsoft.NETCore.App]
@mganss mganss closed this as completed in f310d23 Mar 27, 2020
@mganss
Copy link
Owner

mganss commented Mar 27, 2020

This occurs because .NET Core tools are framework-dependent. I've added netcoreapp3.1 as a target framework.

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

2 participants