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

Unable to reference Nuget package #3

Open
bmdub opened this issue May 27, 2018 · 1 comment
Open

Unable to reference Nuget package #3

bmdub opened this issue May 27, 2018 · 1 comment

Comments

@bmdub
Copy link

bmdub commented May 27, 2018

I can't reference XXHash from Nuget.org in a .Net Standard 2.0 library project.

Visual Studio gives this error:

NU1202: Package XXHash 1.0.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package XXHash 1.0.0 does not support any target frameworks.

@iyevhen
Copy link

iyevhen commented Nov 12, 2018

Same for me,
targeting '.NETFramework,Version=v4.5'

Executing nuget actions took 1.46 sec Could not install package 'XXHash 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. Time Elapsed: 00:00:02.8661425

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