Relative Content

Tag Archive for c#.net.net-standard-2.0.net-4.7.2

.NET Standard not working on .NET Framework 4.7.2

I have a .NET Framework 4.7.2 project (console app) for which I’ve done a NuGet DLL update to a version which they say it depends on .NET 4.8 or .Net Standard. I expected this to work since .Net Standard is compatible with .NET Framework 4.7.2.