-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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.