From 51ff72214139ad397759192f6f36e1e45fbd3f51 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Mon, 18 Jun 2018 10:35:49 -0700 Subject: [PATCH] Update microsoft-support.md Correcting support statement for the .NET Core 2.1 release. --- microsoft-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-support.md b/microsoft-support.md index ec4c4a50..de36179a 100644 --- a/microsoft-support.md +++ b/microsoft-support.md @@ -12,7 +12,7 @@ This table describes support type, supported patch version and end of support da | Version | Release Date | Support Level | Supported Patch Version | End of Support | | -- | -- | -- | -- | -- | -|[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | Current\* | [2.1.0](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0) | Three months after a subsequent Current release or 12 months after next LTS release, whichever is shorter. | +|[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | Current\* | [2.1.0](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.0) | Three months after a subsequent Current release| | [.NET Core 2.0](https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-core-2-0/) | August 14, 2017 | Current | [2.0.7](https://www.microsoft.com/net/download/dotnet-core/runtime-2.0.7) | September 1, 2018 | | [.NET Core 1.1](https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-1-1/) | November 16, 2016 | LTS | [1.1.8](https://www.microsoft.com/net/download/dotnet-core/runtime-1.1.8) | June 27 2019 or 12 months after next LTS release, whichever is shorter. | | [.NET Core 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcing-net-core-1-0/) | June 27, 2016 | LTS | [1.0.11](https://www.microsoft.com/net/download/dotnet-core/runtime-1.0.11) | June 27 2019 or 12 months after next LTS release, whichever is shorter. |