Skip to content

Please use "netstandard2.0" #1

@springy76

Description

@springy76

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions