From 8e887e87524ec034cc34530051c8a169ddb3bcd4 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Tue, 2 Oct 2018 07:53:33 -0700 Subject: [PATCH] reorder lifecycle content --- release-notes/2.1/2.1.5/2.1.5.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-notes/2.1/2.1.5/2.1.5.md b/release-notes/2.1/2.1.5/2.1.5.md index 93b5d9e5..9db5c606 100644 --- a/release-notes/2.1/2.1.5/2.1.5.md +++ b/release-notes/2.1/2.1.5/2.1.5.md @@ -37,14 +37,12 @@ The following repos have been updated ## .NET Core Lifecycle News -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. - -### Supported Linux version changes - .NET Core 2.0 went end-of-life yesterday, 10/01/2018. 2.1 was declared LTS last month which began the end of life clock for 1.0 and 1.1. If remaining on the LTS channel is important to you, begin planning to migrate existing 1.0/1.1 applications to 2.1 before support for these channels ends on June 27 2019. +See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. + ## Notable Changes in 2.1.5 This release includes a number of impactful fixes. Please see the [commit list](2.1.5-commits.md) for details. The commit list now includes details for ASP.NET Core and EntityFrameworkCore.