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

Please use "netstandard2.0" #1

Open
springy76 opened this issue Sep 15, 2017 · 0 comments
Open

Please use "netstandard2.0" #1

springy76 opened this issue Sep 15, 2017 · 0 comments

Comments

@springy76
Copy link

You are providing a library and not an application -- don't know why you choose "netcoreapp2.0".

Using VS2017 15.3.3 and trying to install this NuGet package into an net462 library NuGet just refuses to install the package at all:

Package CoreHashLib 1.0.0 is not compatible with net462 (.NETFramework,Version=v4.6.2). Package CoreHashLib 1.0.0 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)
Package CoreHashLib 1.0.0 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win. Package CoreHashLib 1.0.0 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)
Package CoreHashLib 1.0.0 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x64. Package CoreHashLib 1.0.0 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)
Package CoreHashLib 1.0.0 is not compatible with net462 (.NETFramework,Version=v4.6.2) / win-x86. Package CoreHashLib 1.0.0 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0)

Original HashLib is pure AnyCPU managed code without references to native non-system DLLs, so no need for x86, x64 or any similar shit.

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

1 participant