uranium62/xxHash

.Net Standard 2.1

artelk opened this issue · 1 comments

Hello,
The nuget package is only available for .Net 6 projects.
Please change the target framework to .Net Standard 2.1 so other libraries targeting to .Net Standard 2.1 could use that.

.Net Standard 2.1 doesn't support SIMD instructions.
I was faced with the choice of building the library using netstandard2.1 or SIMD. I chose the second one.