Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Releases: dotnet/cli

.NET Core SDK 2.1.700

21 May 21:53
c2ef055
Compare
Choose a tag to compare

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

06 May 15:57
25e4d0d
Compare
Choose a tag to compare

.NET Core SDK 2.2.204

20 May 15:00
8757db1
Compare
Choose a tag to compare

.NET Core SDK 1.1.14

20 May 14:59
Compare
Choose a tag to compare

.NET Core SDK 2.1.604

20 May 15:01
c174d0e
Compare
Choose a tag to compare

.NET Core SDK 3.0.100 preview4

18 Apr 22:12
204f425
Compare
Choose a tag to compare

.NET Core SDK 2.2.202

05 Apr 23:36
8a7ff67
Compare
Choose a tag to compare

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.

Release Notes

Repos

Previously released components

.NET Core SDK 2.1.602

05 Apr 23:35
04475eb
Compare
Choose a tag to compare

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.

Release Notes

Repos

Previously released

.NET Core SDK 2.2.200

05 Mar 21:49
e5234a9
Compare
Choose a tag to compare
.NET Core SDK 2.2.200 Pre-release
Pre-release

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

05 Mar 21:49
fd9c1d4
Compare
Choose a tag to compare
.NET Core SDK 2.1.600 Pre-release
Pre-release

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).

Repos