.NET Standard 2.0 is much more consistent across runtimes and shouldn't need to install 10+ dependencies when used in full .NET Framework or .NET Core projects.
There shouldn't be any need to change code, only the csproj to target an additional platform.
.NET Standard 2.0 is much more consistent across runtimes and shouldn't need to install 10+ dependencies when used in full .NET Framework or .NET Core projects.
There shouldn't be any need to change code, only the csproj to target an additional platform.