I have added this library to my .NET Core 2.0 project, but I get a warning during build:
warning NU1701: Package 'Base3264-UrlEncoder 1.0.2' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Any chance you could update your library so that it is compatible with .NET Core 2.0?
I have added this library to my .NET Core 2.0 project, but I get a warning during build:
Any chance you could update your library so that it is compatible with .NET Core 2.0?