Which .NET versions should be supported by NuGet packages to maximize their availability and functionality?
问题 TL;DR: Given: I wrote a library with relatively portable functionality (for example, Left.Pad.©.dll ). I want to make it available though NuGet. Requirement: If somebody wants to use my library on any version of any platform on any version of any operating system with any updates installed by writing code in any IDE or any code editor, they should be able to do it. Question: What is the minimum set of NuGet target frameworks to achieve that? Bonus question: If there're any "dead" frameworks