Dot Net library compatibility with Core and Framework
The challenges of compatibility with historical versions of Dot Net Framework
I’m very grateful that the .NET ecosystem is now properly open source. Prior to the introduction of DotNetCore, we lived with what is now known as the DotNet Framework —and there’s still lots of DotNet Framework software out there in the wild.
For those of us publishing software on NuGet, it’s worth spending some time making our software compatible with the DotNet Framework. Let’s investigate what it takes to set up a library compatible…