core

.NET Core 2.0 December Update - December 14, 2017

.NET Core 2.0.4 and SDK 2.1.3 are available for download and usage in your environment.

The .NET Core SDK 2.1.3 includes .NET Core 2.0.4 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1.3, the following command will show that you’re running version 2.0.4 of the tools.

dotnet --version

Your feedback is important and appreciated. We’ve created dotnet/core #1172 for your questions and comments.

Docker Images

The .NET Core Docker images have been updated for this release. Look for the 2.0.4 images.

Known Issues

If you have previously installed .NET Core on Linux using the package manager (for example, apt, yum, dnf, zypper), running the package manager update command will show an update is available for.

Fixes in the December 2017 Update

CLI

CoreCLR

CoreFX