dotnet-core/microsoft-support.md

59 lines
4.8 KiB
Markdown
Raw Normal View History

2017-11-29 08:31:11 +01:00
# Microsoft Support for .NET Core
2017-08-14 16:54:59 +02:00
Every Microsoft product has a lifecycle, including .NET Core. The lifecycle begins when a product is released and ends when it's no longer supported. Knowing key dates in this lifecycle helps you make informed decisions about when to upgrade or make other changes to your software. This product is governed by the [Microsoft Modern Lifecycle](https://support.microsoft.com/help/30881/modern-lifecycle-policy).
2017-11-29 08:31:11 +01:00
This document describes the support lifecycle for: .NET Core, ASP.NET Core and EF Core.
2017-11-29 08:31:11 +01:00
The [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) describes support for various operating systems.
2017-11-29 08:31:11 +01:00
## .NET Core Releases
2017-08-14 16:54:59 +02:00
This table describes support type, supported patch version and end of support date for .NET Core releases.
2017-08-14 16:54:59 +02:00
| Version | Release Date | Support Level | Supported Patch Version | End of Support |
| -- | -- | -- | -- | -- |
2019-10-01 00:27:28 +02:00
| [.NET Core 3.0](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/) | September 23, 2019 | Current | [3.0.0](https://www.microsoft.com/net/download/dotnet-core/runtime-3.0.0) | |
| [.NET Core 2.2](https://aka.ms/netcore22announce) | December 04, 2018 | Current | [2.2.8](https://www.microsoft.com/net/download/dotnet-core/runtime-2.2.8) | December 23, 2019 |
| [.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) | May 30, 2018 | LTS | [2.1.14](https://www.microsoft.com/net/download/dotnet-core/runtime-2.1.14) | At least three years from LTS declaration (August 21, 2018). |
2017-08-14 16:54:59 +02:00
## Release Types
2017-08-14 16:54:59 +02:00
Microsoft produces **Long Term Support (LTS)** and **Current** releases, which are defined as:
2017-08-14 16:54:59 +02:00
* **LTS** releases are designed for long-term support. They included features and components that have been stabilized, requiring few updates over a longer support release lifetime. These releases are a good choice for hosting applications that you do not intend to update.
* **Current** releases include new features that may undergo future change based on feedback. These releases are a good choice for applications in active development, giving you access to the latest features and improvements. You need to upgrade to later .NET Core releases more often to stay in support.
2017-08-14 16:54:59 +02:00
Both types of releases receive critical fixes throughout their lifecycle, for security, reliability, or to add support for new operating system versions. You must stay up-to-date with the latest patches to qualify for support.
2017-08-14 16:54:59 +02:00
## Release Support Policies
2017-08-14 16:54:59 +02:00
.NET Core releases are supported according to the following policies.
2017-08-14 16:54:59 +02:00
### Long Term Support (LTS) releases
2017-08-14 16:54:59 +02:00
LTS releases are supported for three years after the initial release.
2017-08-14 16:54:59 +02:00
2018-06-22 23:52:03 +02:00
Note: .NET Core 1.x was released under an earlier definition of LTS. See: [.NET Core 1.x "shorter" LTS definition](https://github.com/dotnet/core/blob/e2f22a7106860c0e5dc98bb36dc648a779944ad5/microsoft-support.md#long-term-support-lts-releases).
### Current releases
2017-08-14 16:54:59 +02:00
Current releases are supported for three months after a subsequent Current or LTS release.
2017-08-17 20:25:02 +02:00
2019-02-14 22:28:13 +01:00
### Maintenance releases
Maintenance releases are in the last stage of the lifecycle . During Maintenance, a release will receive security updates. The length of Maintenance time is 3 months for Current and 1 year for LTS.
2017-08-14 16:54:59 +02:00
### End of support
End of support refers to the date when Microsoft no longer provides fixes, updates, or online technical assistance. As this date nears, make sure you have the latest available update\* installed. Without Microsoft support, you will no longer receive security updates that can help protect your machine from harmful viruses, spyware, and other malicious software that can steal your personal information.
2017-08-14 16:54:59 +02:00
\* Updates are cumulative, with each update built upon all of the updates that preceded it. A device needs to install the latest update to remain supported. Updates may include new features, fixes (security and/or non-security), or a combination of both. Not all features in an update will work on all devices. Update availability may vary, for example by country, region, network connectivity, or hardware capabilities (including, for example, free disk space).
### Out of support .NET Core releases
| Version | End of Support |
2018-10-02 18:16:32 +02:00
| -- | -- |
2019-07-01 22:53:14 +02:00
| [.NET Core 1.1](https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-1-1/) | [June 27, 2019](https://devblogs.microsoft.com/dotnet/net-core-1-0-and-1-1-will-reach-end-of-life-on-june-27-2019/)
| [.NET Core 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcing-net-core-1-0/) | [June 27, 2019](https://devblogs.microsoft.com/dotnet/net-core-1-0-and-1-1-will-reach-end-of-life-on-june-27-2019/)
| [.NET Core 2.0](https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-core-2-0/) | [October 1, 2018](https://devblogs.microsoft.com/dotnet/net-core-2-0-will-reach-end-of-life-on-september-1-2018/)