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

后端 未结 19 2463
我寻月下人不归
我寻月下人不归 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 00:57

    This answer is applicable to .NET Core only!

    Typing dotnet --version in your terminal of choice will print out the version of the .NET Core SDK in use.

    Learn more about the dotnet command here.

提交回复
热议问题