How to find the .NET framework version of a Visual Studio project?

后端 未结 9 1613
生来不讨喜
生来不讨喜 2020-12-04 08:50

I have a project in Visual Studio. How can I find out which .NET Framework version it\'s for?

9条回答
  •  日久生厌
    2020-12-04 09:17

    • VB

    Project Properties -> Compiler Tab -> Advanced Compile Options button

    • C#

    Project Properties -> Application Tab

提交回复
热议问题