.Net: How do I find the .NET version?

后端 未结 19 2474
我寻月下人不归
我寻月下人不归 2020-11-28 00:49

How do I find out which version of .NET is installed?

I\'m looking for something as simple as \"java -version\" that I can type at the command prompt and that tells

19条回答
  •  鱼传尺愫
    2020-11-28 01:12

    There is an easier way to get the exact version .NET version installed on your machine from a cmd prompt. Just follow the following instructions;

    Open the command prompt (i.e Windows + R → type “cmd”) and type the following command, all on one line: %windir%\Microsoft.NET\FrameWork, and then navigating to the directory with the latest version number.

    Refer to http://dotnettec.com/check-dot-net-framework-version/

提交回复
热议问题