.NET Core 2.1.3 is available for download and usage in your environment. This release includes .NET Core 2.1.3, ASP.NET Core 2.1.3 and .NET Core SDK 2.1.401.
Visit the .NET Core blog to read more about this release. Your feedback is important and appreciated. We’ve created an issue at dotnet/core #1875 for your questions and comments.
SDK Installer* | SDK Binaries* | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | |
---|---|---|---|---|---|
Windows | x86 | x64 | x86 | x64 | x86 | x64 | x86 | x64 | x86 | x64 Hosting Bundle |
macOS | x64 | x64 | x64 | x64 | x64 |
Linux | See installations steps below | x64 | ARM | ARM64 | x64 Alpine | - | x64 | ARM | ARM64 | x64 Alpine | x64 | ARM32 | x64 Alpine |
RHEL6 | - | x64 | - | x64 | - |
Checksums | SDK | - | Runtime | - | - |
Symbols | - | - | Runtime | Shared Framework | Setup | - | ASP.NET Core |
* Includes the .NET Core and ASP.NET Core runtimes
The .NET Core Docker images have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in “Staying up-to-date with .NET Container Images”.
The following repos have been updated
With the August Update, we are pleased to announce that 2.1.3 begins the .NET Core 2.1 LTS lifecycle. We will continue to update 2.1 with important fixes to address security and reliability issues as wells as add support for new operating system versions. Details on the .NET Core lifecycle can be seen in the .NET Core support policy.
The LTS designation covers all packages referenced by Microsoft.NETCore.App
and Microsoft.AspNetCore.App
. To ensure that applications which are chosen to run on 2.1 remain on the LTS supported updates, it’s important to reference these packages rather than ‘loose’ packages. This will enable the applications to properly utilize .NET Core 2.1 updates when they are released and installed.
The .NET Core SDK is not included as part of the LTS designation. SDK fixes will continue to be released in the latest version ‘train’ which supports maintaining and building applications for .NET Core 2.1.
See .NET Core Supported OS Lifecycle Policy to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
No changes in support for August. Support for OpenSUSE 15 and SLES 15 will be coming in a future 2.1 update.
We have fixed a number of important reliability and functional issues for 2.1.3. Included in these fixes is compatibility work for the macOS Mojave updated, expected sometime in September. If you are a running Mojave beta, let us know if there are any issues running .NET Core after this update.
All fixes of note can be seen in the 2.1.3 commits list.
Please see the ASP.NET Core release notes for highlights and known issues on work from ASP.NET Core, MVC, Entity Framework Core and others.