.NetCore notes

Check the SDK version

Terminal can be used to view the SDK version of the .NET Core currently installed. Open a terminal and run the  dotnet --list-sdks command.

Check the run-time version

You can use the  dotnet --list-runtimes command to view the version of .NET Core runtime currently installed.

Guess you like

Origin www.cnblogs.com/-hao/p/12176094.html