I\'m building a DLL class library - I want to make it usable by as many people as possible. Which version of the .NET Framework and which C# version should I use? Is it po
I would keep it at 2.0 unless you need to use 3.0 or 3.5 features.