Steps to download and install dotnet core 2.0 Runtime

kumkumsharma

Administrator
Staff member
You can follow below steps to install runtime Dotnet Core:
  • First you have to go through this URL and download dotnet core https://dotnet.microsoft.com/download/dotnet-core/2.0
  • Now run the set by double clicking on it.
  • After installation click on “Close” button to finish it.
  • Now its time to verify the Dotnet is installed or not on windows server. For that you have to run below command:
Code:
dotnet –verify
 
Top