Microsoft is releasing updates for .NET Core and ASP.NET Core. Issues addressed by this update are summarized in the fixes section below.
.NET Core 1.1.8 and SDK 1.1.9 are available for download and usage in your environment.
The .NET Core SDK 1.1.9 includes .NET Core 1.1.8 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.9, the following command will show that you’re running version 1.1.9
of the tools.
dotnet --version
Your feedback is important and appreciated. We’ve created an issue at dotnet/core #1452 for your questions and comments.
The .NET Core Docker images have been updated for this release. Look for the 1.1.8 images.
Deployment of this update to Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carefully staged across regions over a period of time. Deployment will begin in the West US 2 and North Central US regions with remaining regions following over a few days.
dotnet-host.x86_64
breaks .NET CoreIssue: Running the package manager update
command on Linux systems where .NET Core has been previously installed may offer an update for dotnet-host.x86_64
. If the update is allowed to proceed, .NET Core could be in a broken state as only the dotnet host is updated.
Resolution: To install the update, either the Runtime or SDK must be explicitly installed. e.g. sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.8
, if you only need the runtime or sudo apt-get dotnet-dev-1.1.9
, to install both the SDK and Runtime.
We are working to improve our Linux packages to enable correct package manager update behavior. This work is being tracked in the following issues:
The following packages and binaries are updated by the April 2018 update:
[4859394]
: Adding support for ncurses 6.1 TERM format on System.Console.
[18e410f]
: Fix detection of YMM regs presence