How to Check .NET Core Version in Command Prompt
To check the current version of .NET Core installed on your machine using the command prompt, you can run the following command:
dotnet --version
This will display the current version of .NET Core installed on your machine.
原文地址: https://www.cveoy.top/t/topic/n0TZ 著作权归作者所有。请勿转载和采集!