You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2019. It is now read-only.
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.
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.Runtimeversion 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.