Converting an existing NuGet class library to support multiple frameworks
With the new .NET 5 platform, I wanted to find out how to convert an existing NuGet class library to support netstandard2.0 as well as net5.0. This way I can use this package in multiple .NET…