uranium62/xxHash

Error installing the package with NuGet

zMcKracken opened this issue · 1 comments

Hello,
when I try to install the package with NuGet Package I got this error:
Could not install package 'Standart.Hash.xxHash 4.0.5'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', 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.

I'm really a newbie in .NET, can you please advice?

thanks a lot

@zMcKracken this package is not compatible with .NET Framework. Your project needs to target .NET 5+ to use it.

Alternatively you can use https://www.nuget.org/packages/System.IO.Hashing which is an officially supported package that has some xxHash variants and does support .NET Framework.