Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Support .NET Framework #7

@gravity00

Description

@gravity00

I was trying to use the version 2.0.0 of this library in a new ASP.NET Core application over .NET Framework 4.6.2 but I'm having an error saying the NuGet doesn't support .NET Framework 4.6.2.

If I try to force the import of DLLs for .NET Standard 1.6.0 it can resolve the dependency, but then fails because it can't find System.Runtime version 4.1.0 when the application starts.

Looking at the code, I believe it can run in .NET 4.5.1 and up. Would it be possible to release a new NuGet that is also compatible with .NET Framework?

If I change it to a .NET Core App, like in the example, everything works as expected, but in my case this isn't possible.

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