Releases: dotnet/cli
.NET Core SDK 2.1.700
The .NET Core SDK 2.1.700 release matches the SDK included in Visual Studio 2019 (v16.1). It contains the previously released .NET Core 2.1.11 runtime.
Repos
.NET Core SDK 3.0.100 preview5
.NET Core SDK 2.2.204
.NET Core SDK 1.1.14
.NET Core SDK 2.1.604
.NET Core SDK 3.0.100 preview4
.NET Core SDK 2.2.202
The .NET Core SDK 2.2.202 release matches the SDK included in Visual Studio 2019. It contains the previously released .NET Core 2.2.3 runtime.
Repos
Previously released components
.NET Core SDK 2.1.602
The .NET Core SDK 2.1.602 release matches the SDK included in Visual Studio 2019. It contains the previously released .NET Core 2.1.9 runtime.
Repos
Previously released
.NET Core SDK 2.2.200
The .NET Core SDK 2.2.200 release matches the SDK included in Visual Studio 2019 RC. It contains the previously released .NET Core 2.2.2 runtime.
Because this is a Pre-Release, the recommended method to install uses the dotnet-install script. Once you have downloaded the script, run the following to install the .NET Core SDK 2.2.200.
Windows
dotnet-install.ps1 -Version 2.2.200
Linux and Mac
bash dotnet-install.sh -Version 2.2.200
//terminal may be different for your environment (eg korn, zsh).
Repos
.NET Core SDK 2.1.600
The .NET Core SDK 2.1.600 release matches the SDK included in Visual Studio 2019 RC. It contains the previously released .NET Core 2.1.8 runtime.
Because this is a Pre-Release, the recommended method to install uses the dotnet-install script. Once you have downloaded the script, run the following to install the .NET Core SDK 2.1.600.
Windows
dotnet-install.ps1 -Version 2.1.600
Linux and Mac
bash dotnet-install.sh -Version 2.1.600
//terminal may be different for your environment (eg korn, zsh).