Install NetCore SDK

Application Data
Name Microsoft Net Core SDK
Version 2.2.101
Arch 64 bit
Description Net Core for building websites, services, and console apps.

Installation

Download

At the time of writing, the Net Core SDK version is 2.2.101. Follow the download link listed above. Select the latest version available. Also, ensure you are using the SDK installer and NOT the Runtime installer, and it is 64-bit.

Installation Steps

  1. Browse to the installer download location, double-click the installer, then click the install button.
Start Installer
Start Installer
  1. Allow the installation to proceed
Installer Progress
Installer Progress
  1. At installation conclusion, close the installer.
Close Installer
Close Installer

Verify Installation

After closing the installer, open a Windows Command Prompt. Test the installation using the following command:

dotnet --info
Image3
Validate Results

NOTE - As illustrated in the the above image, multiple SDK installations have occurred. This is OK, and only adds additional frameworks to your system. This is the normal release method for Net Core SDK and Run-Times.

This concludes the Net Core SDK Installation.

Next Step

Proceed to ==> Install VS Code