What .NET Framework and C# version should I target with my class library?

后端 未结 12 1049
故里飘歌
故里飘歌 2020-12-29 11:04

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

12条回答
  •  长发绾君心
    2020-12-29 11:41

    From my point of view, if you want a wide range of users, you should do it with the early versions, 1.1 will be nice, because it will work on any machine has .Net what ever its version.

提交回复
热议问题