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

后端 未结 9 1627
生来不讨喜
生来不讨喜 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:31

    The simplest way to find the framework version of the current .NET project is:

    1. Right-click on the project and go to "Properties."
    2. In the first tab, "Application," you can see the target framework this project is using.

提交回复
热议问题