.NET Core August 2018 Update

Lee Coward

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.

Getting the Update

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.

Docker Images

.NET Docker images have been updated for today’s release. The following repos have been updated.

microsoft/dotnet microsoft/dotnet-samples

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.

Azure App Services

[2018-08-28 update] Deployment of .NET Core 2.1.3 to Azure App Services has begun and the West Central US region is live. Remaining regions will be updated over the next few days. App Services deployment progress can be tracked here.

2.1 declared LTS

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.

What’s covered?

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

Previous .NET Core Updates

The last few .NET Core updates follow:

July 2018 Update June 2018 Update May 2018 Update

0 comments

Discussion is closed.

Feedback usabilla icon