Thursday, April 9, 2020

.NET Core: Determing which SDK and Runtime are Installed

1) Run Visual Studio Code:


2) From the View Menu select Terminal:



3) In the Terminal windows run the following command to see the currently installed .NET Core runtimes: dotnet --list-runtimes


4) In the Terminal windows run the following command to see the currently installed .NET Core SDKs: dotnet --list-sdks


No comments :

Post a Comment