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

Error installing the package with NuGet #25

Open
zMcKracken opened this issue Feb 2, 2023 · 1 comment
Open

Error installing the package with NuGet #25

zMcKracken opened this issue Feb 2, 2023 · 1 comment

Comments

@zMcKracken
Copy link

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

@teo-tsirpanis
Copy link

@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.

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