building NuGet packages that target multiple .NET Framework versions.
building NuGet packages that target multiple .NET Framework versions.
how library versioning and dependency management works in the .NET world
Different versions of the .NET Framework are considered in-place upgrades of each other. The async
feature depends on specific BCL classes and uses compiler “magic” for the rest.
the history of .NET versioning: runtime (CLR), base libraries (BCL) and the C# and VB languages