Today, we are releasing the .NET Core August 2018 Update. This update includes .NET Core 2.1.3 and .NET Core SDK 2.1.401.
The latest .NET Core updates are available on the .NET Core download page.
See the .NET Core 2.1.3 release notes for details on the release including a detailed commit list.
.NET Docker images have been updated for today’s release. The following repos have been updated.
microsoft/dotnet microsoft/dotnet-samples microsoft/aspnetcore microsoft/aspnetcore-build
Note: Look at the “Tags” view in each repository to see the updated Docker image tags.
Note: You must re-pull base images in order to get updates. The Docker client does not pull updates automatically.
As mentioned in a previous blog post, we have been working toward declaring .NET Core 2.1 as LTS. With the August Update, we're pleased to announce that 2.1.3 begins the .NET Core 2.1 LTS lifecycle. We'll 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 running on 2.1 remain on the LTS supported updates, it's important to reference these 'meta-packages' rather than individual 'loose' packages. This will enable the applications to properly utilize 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 lastest version 'train' which supports maintaining and building applicaitons 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.
The last few .NET Core updates follow: