shibox / XXHash

XXHash - Extremely fast hash algorithm,impl for csharp,can process 11.8 GB/s on modern cpu. impl with net core 2.0 and .net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to reference Nuget package

bmdub opened this issue · comments

commented

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.

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