-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update release notes format #6100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
99b02a7
Update release notes
richlander 63129a2
Update release notes
richlander 4e38b44
Update .NET 6 releae notes
richlander f8cdc32
Update table
richlander 9885c5e
Update links
richlander 2e1392d
Update release table
richlander 8bf975b
Update 2.1
richlander 9afb40d
Update table
richlander 5493b9d
Update links
richlander d5f1f2b
Add linux packages doc
richlander 5af09c1
Add link to packages doc
richlander a24f660
Update Arch instructions
richlander 6babbec
Add statement about globalization invariant mode
richlander 76ebcbe
Apply suggestions from code review
richlander df33ad1
Update per feedback
richlander 5328e17
Update link
richlander acb3b6f
Add buster
richlander 25f821d
Update heading
richlander ae40b88
Cleanup wording
richlander b6f6f5d
Update per feedback
richlander 0dbe894
Update per feedback
richlander d073e69
Apply suggestions from code review
richlander 40b761b
Update perf feedback
richlander 1eaf410
Update release-policies.md
richlander 4972b39
Update per feedback
richlander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# .NET Supported OS Policy | ||
|
||
.NET is [supported by Microsoft](microsoft-support.md) on multiple operating systems, defined per .NET version. | ||
.NET is [supported by Microsoft](microsoft-support.md) on multiple operating systems. | ||
|
||
Each supported operating system has a lifecycle defined by its sponsor organization (for example, Microsoft, Red Hat, Debian, or Apple). The .NET team applies each of those lifecycle schedules to inform adding and removing support for operating system versions. | ||
A more restrictive policy is used for [.NET container images](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md). | ||
|
||
When an operating system version goes out of "mainstream" or "free" support, we stop testing that version and providing support for that version. This means that users will need to move forward to a supported operating system version to get support. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Per the comments above, some details around how we decide the OS support period are helpful. |
||
## Supported .NET versions | ||
|
||
The following documents define currently supported operating system versions for supported .NET Core versions: | ||
The following documents describe supported operating systems: | ||
|
||
* [.NET 6 supported OS versions](release-notes/6.0/6.0-supported-os.md) | ||
* [.NET 6 supported OS versions](release-notes/6.0/supported-os.md) | ||
* [.NET 5 supported OS versions](release-notes/5.0/5.0-supported-os.md) | ||
* [.NET Core 3.1 supported OS versions](release-notes/3.1/3.1-supported-os.md) | ||
* [.NET Core 2.1 supported OS versions](release-notes/2.1/2.1-supported-os.md) | ||
|
||
The following documents define (historical) operating system support for out-of-support .NET Core versions: | ||
## Out-of-support .NET versions | ||
|
||
The following documents describe (historical) supported operating systems: | ||
|
||
* [.NET Core 3.0 supported OS versions](release-notes/3.0/3.0-supported-os.md) | ||
* [.NET Core 2.2 supported OS versions](release-notes/2.2/2.2-supported-os.md) | ||
|
@@ -22,13 +24,14 @@ The following documents define (historical) operating system support for out-of- | |
|
||
## Change Process | ||
|
||
Operating system versions are added and go out of support on a regular basis. We record these changes in two places: | ||
Operating system versions are added and go out of support on a regular basis. We record these changes in three places: | ||
|
||
* The support documents listed above | ||
* [Monthly Update Announcements](https://github.com/dotnet/announcements/labels/Monthly-Update) | ||
* [OS support tracking issues](https://github.com/dotnet/core/labels/os-support) | ||
|
||
## Exceptions to the supported platform policy | ||
## Lifecycle Policy | ||
|
||
Occasionally, we may choose to offer support on an OS platform that is out of support. Or we may choose to exclude a supported platform for specific reasons. | ||
Each supported operating system has a lifecycle defined by its sponsor organization (for example, Microsoft, Red Hat, Debian, or Apple). The .NET team applies each of those lifecycle schedules to inform adding and removing support for operating system versions. Support is typically removed when an operating system goes out of mainline support, at which point we stop testing and supporting it, and support documents are updated to match. | ||
|
||
One example is Windows 7 SP1. Windows 7 SP1 is out of support, but enterprise customers can buy [Extended Security Updates](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq), and many do. Given the widespread use of Windows 7 in the .NET ecosystem we chose to include Windows 7 SP1 (with Extended Security Updates installed) as a supported platform for .NET 5.0. Another example is Windows Server 2012. Windows Server 2012 is currently in support but not included in the supported platform list for .NET 5.0 because a newer version is available in the Server 2012 family - Server 2012 R2. | ||
Operating system policies and schedules do not always align well with the annual .NET schedule. We have sometimes supported both [Windows](https://docs.microsoft.com/troubleshoot/windows-client/windows-7-eos-faq/windows-7-extended-security-updates-faq) and Linux versions after mainline (and possibly free) support has lapsed as a service to users to provide more time to transition to newer releases. The previous support documents are kept up to date and provide accurate information you can use to make your own support decisions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,44 @@ | ||
# .NET Core 2.1 Releases | ||
|
||
Important: .NET Core 2.1 is scheduled to go out of support on August 21, 2021. You should consider moving your usage to a later release. | ||
> Important: [.NET Core 2.1 is scheduled to go out of support on August 21, 2021](https://devblogs.microsoft.com/dotnet/net-core-2-1-will-reach-end-of-support-on-august-21-2021/). You should consider moving your applications to a later release. | ||
|
||
[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) was released on May 30th, 2018. The release was a collaborative effort by many [contributors](2.1.0-contributor.md). .NET Core 2.1 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](2.1-supported-os.md). | ||
[.NET Core 2.1](https://blogs.msdn.microsoft.com/dotnet/2018/05/30/announcing-net-core-2-1) is an [LTS release](../../release-policies.md) and will be supported for (a little more than) three years, from May 2018 to August 2021. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](2.1-supported-os.md). | ||
|
||
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported. | ||
- [Downloads](https://dotnet.microsoft.com/download/dotnet/2.1) (also see [Releases](#releases)) | ||
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) | ||
- [Containers](https://hub.docker.com/_/microsoft-dotnet) | ||
- [Supported operating systems](2.1-supported-os.md) | ||
- [Known Issues](2.1-known-issues.md) | ||
- [Contributors](2.1.0-contributor-list.md) | ||
|
||
| Release Date | Description | Download | | ||
| :-- | :-- | :--: | | ||
| 2021/03/09 | [2.1.26](2.1.26/2.1.26.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2021/02/09 | [2.1.25](2.1.25/2.1.25.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2021/01/12 | [2.1.24](2.1.24/2.1.24.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/10/13 | [2.1.23](2.1.23/2.1.23.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/09/08 | [2.1.22](2.1.22/2.1.22.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/08/11 | [2.1.21](2.1.21/2.1.21.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/07/14 | [2.1.20](2.1.20/2.1.20.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/06/09 | [2.1.19](2.1.19/2.1.19.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/05/12 | [2.1.18](2.1.18/2.1.18.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/03/24 | [2.1.17](2.1.17/2.1.17.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/02/18 | [2.1.16](2.1.16/2.1.16.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2020/01/14 | [2.1.15](2.1.15/2.1.15.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2019/11/19 | [2.1.14](2.1.14/2.1.14.md) | [download](https://dotnet.microsoft.com/download/dotnet/2.1) | | ||
| 2019/09/10 | [2.1.13](2.1.13/2.1.13.md) | [download](2.1.13/2.1.13-download.md) | | ||
| 2019/07/09 | [2.1.12](2.1.12/2.1.12.md) | [download](2.1.12/2.1.12-download.md) | | ||
| 2019/05/14 | [2.1.11](2.1.11/2.1.11.md) | [download](2.1.11/2.1.11-download.md) | | ||
| 2019/04/09 | [2.1.10](2.1.10/2.1.10.md) | [download](2.1.10/2.1.10-download.md) | | ||
| 2019/03/12 | [2.1.9](2.1.9/2.1.9.md) | [download](2.1.9/2.1.9-download.md) | | ||
| 2019/02/12 | [2.1.8](2.1.8/2.1.8.md) | [download](2.1.8/2.1.8-download.md) | | ||
| 2019/01/08 | [2.1.7](2.1.7/2.1.7.md) | [download](2.1.7/2.1.7-download.md) | | ||
| 2018/11/13 | [2.1.6](2.1.6/2.1.6.md) | [download](2.1.6/2.1.6-download.md) | | ||
| 2018/10/02 | [2.1.5](2.1.5/2.1.5.md) | [download](2.1.5/2.1.5-download.md) | | ||
| 2018/09/11 | [2.1.4](2.1.4/2.1.4.md) | [download](2.1.4/2.1.4-download.md) | | ||
| 2018/08/21 | [2.1.3](2.1.3/2.1.3.md) | [download](2.1.3/2.1.3-download.md) | | ||
| 2018/07/10 | [2.1.2](2.1.2.md) | [download](../download-archives/2.1.2-download.md) | | ||
| 2018/06/19 | [2.1.1](2.1.1.md) | [download](../download-archives/2.1.1-download.md) | | ||
| 2018/05/30 | [2.1.0](2.1.0.md) | [download](../download-archives/2.1.0-download.md) | | ||
| 2018/05/07 | [2.1.0 RC1](Preview/2.1.0-rc1.md) | [download](../download-archives/2.1.0-rc1-download.md) | | ||
| 2018/04/10 | [2.1.0 Preview 2](Preview/2.1.0-preview2.md) | [download](../download-archives/2.1.0-preview2-download.md) | | ||
| 2018/02/27 | [2.1.0 Preview 1](2.1.0-preview1.md) | [download](../download-archives/2.1.0-preview1-download.md) | | ||
## Releases | ||
|
||
| Date | Release | | ||
| :-- | :-- | | ||
| 2021/03/09 | [2.1.26](2.1.26/2.1.26.md) | | ||
| 2021/02/09 | [2.1.25](2.1.25/2.1.25.md) | | ||
| 2021/01/12 | [2.1.24](2.1.24/2.1.24.md) | | ||
| 2020/10/13 | [2.1.23](2.1.23/2.1.23.md) | | ||
| 2020/09/08 | [2.1.22](2.1.22/2.1.22.md) | | ||
| 2020/08/11 | [2.1.21](2.1.21/2.1.21.md) | | ||
| 2020/07/14 | [2.1.20](2.1.20/2.1.20.md) | | ||
| 2020/06/09 | [2.1.19](2.1.19/2.1.19.md) | | ||
| 2020/05/12 | [2.1.18](2.1.18/2.1.18.md) | | ||
| 2020/03/24 | [2.1.17](2.1.17/2.1.17.md) | | ||
| 2020/02/18 | [2.1.16](2.1.16/2.1.16.md) | | ||
| 2020/01/14 | [2.1.15](2.1.15/2.1.15.md) | | ||
| 2019/11/19 | [2.1.14](2.1.14/2.1.14.md) | | ||
| 2019/09/10 | [2.1.13](2.1.13/2.1.13.md) | | ||
| 2019/07/09 | [2.1.12](2.1.12/2.1.12.md) | | ||
| 2019/05/14 | [2.1.11](2.1.11/2.1.11.md) | | ||
| 2019/04/09 | [2.1.10](2.1.10/2.1.10.md) | | ||
| 2019/03/12 | [2.1.9](2.1.9/2.1.9.md) | | ||
| 2019/02/12 | [2.1.8](2.1.8/2.1.8.md) | | ||
| 2019/01/08 | [2.1.7](2.1.7/2.1.7.md) | | ||
| 2018/11/13 | [2.1.6](2.1.6/2.1.6.md) | | ||
| 2018/10/02 | [2.1.5](2.1.5/2.1.5.md) | | ||
| 2018/09/11 | [2.1.4](2.1.4/2.1.4.md) | | ||
| 2018/08/21 | [2.1.3](2.1.3/2.1.3.md) | | ||
| 2018/07/10 | [2.1.2](2.1.2.md) | | ||
| 2018/06/19 | [2.1.1](2.1.1.md) | | ||
| 2018/05/30 | [2.1.0](2.1.0.md) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
# .NET Core 3.1 Releases | ||
# .NET Core 3.1 | ||
|
||
[.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) was released on December 3rd, 2019. The release was a collaborative effort by many contributors. .NET Core 3.1 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](3.1-supported-os.md). [Known Issues](3.1-known-issues.md) are recorded and updated, as appropriate, with each update. | ||
[.NET Core 3.1](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) is a [Long Term Support (LTS) release](../../release-policies.md) and will be supported for three years, from December 2019 to December 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](3.1-supported-os.md). | ||
|
||
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported. | ||
- [Downloads](https://dotnet.microsoft.com/download/dotnet/3.1) (also see [Releases](#releases)) | ||
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) | ||
- [Containers](https://hub.docker.com/_/microsoft-dotnet) | ||
- [Supported OSes](3.1-supported-os.md) | ||
- [Known Issues](3.1-known-issues.md) | ||
- [Contributors](3.1-contributor-list.md) | ||
|
||
Install the latest [.NET 3.1](https://dotnet.microsoft.com/download/dotnet/3.1) | ||
## Releases | ||
|
||
| Release Date | Description | | ||
| :-- | :-- | | ||
| 2021/03/09 | [3.1.13](./3.1.13/3.1.13.md) | | ||
| 2021/02/09 | [3.1.12](./3.1.12/3.1.12.md) | | ||
| 2021/01/12 | [3.1.11](./3.1.11/3.1.11.md) | | ||
| 2020/11/10 | [3.1.10](./3.1.10/3.1.10.md) | | ||
| 2020/10/13 | [3.1.9](./3.1.9/3.1.9.md) | | ||
| 2020/09/08 | [3.1.8](./3.1.8/3.1.8.md) | | ||
| 2020/08/11 | [3.1.7](./3.1.7/3.1.7.md) | | ||
| 2020/07/14 | [3.1.6](./3.1.6/3.1.6.md) | | ||
| 2020/06/09 | [3.1.5](./3.1.5/3.1.5.md) | | ||
| 2020/05/19 | [3.1.300](./3.1.4/3.1.300-sdk.md) | | ||
| 2020/05/12 | [3.1.4](./3.1.4/3.1.4.md) | | ||
| 2020/03/24 | [3.1.3](./3.1.3/3.1.3.md) | | ||
| 2020/03/16 | [3.1.200](./3.1.2/3.1.200-sdk.md) | | ||
| 2020/02/18 | [3.1.2](./3.1.2/3.1.2.md) | | ||
| 2020/01/14 | [3.1.1](./3.1.1/3.1.1.md) | | ||
| 2019/12/03 | [3.1.0](./3.1.0/3.1.0.md) | | ||
| 2019/11/14 | [3.1.0 Preview 3](./preview/3.1.0-preview3.md) | | ||
| 2019/11/04 | [3.1.0 Preview 2](./preview/3.1.0-preview2.md) | | ||
| 2019/10/15 | [3.1.0 Preview 1](./preview/3.1.0-preview1.md) | | ||
| Date | Release | | ||
| :-- | :-- | | ||
| 2021/03/09 | [3.1.13](./3.1.13/3.1.13.md) | | ||
| 2021/02/09 | [3.1.12](./3.1.12/3.1.12.md) | | ||
| 2021/01/12 | [3.1.11](./3.1.11/3.1.11.md) | | ||
| 2020/11/10 | [3.1.10](./3.1.10/3.1.10.md) | | ||
| 2020/10/13 | [3.1.9](./3.1.9/3.1.9.md) | | ||
| 2020/09/08 | [3.1.8](./3.1.8/3.1.8.md) | | ||
| 2020/08/11 | [3.1.7](./3.1.7/3.1.7.md) | | ||
| 2020/07/14 | [3.1.6](./3.1.6/3.1.6.md) | | ||
| 2020/06/09 | [3.1.5](./3.1.5/3.1.5.md) | | ||
| 2020/05/19 | [3.1.300](./3.1.4/3.1.300-sdk.md) | | ||
| 2020/05/12 | [3.1.4](./3.1.4/3.1.4.md) | | ||
| 2020/03/24 | [3.1.3](./3.1.3/3.1.3.md) | | ||
| 2020/03/16 | [3.1.200](./3.1.2/3.1.200-sdk.md) | | ||
| 2020/02/18 | [3.1.2](./3.1.2/3.1.2.md) | | ||
| 2020/01/14 | [3.1.1](./3.1.1/3.1.1.md) | | ||
| 2019/12/03 | [3.1.0](./3.1.0/3.1.0.md) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,21 @@ | ||
# .NET 5.0 Release | ||
# .NET 5 | ||
|
||
[.NET 5.0](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) was released on November 10th, 2020. The release was a collaborative effort by many [contributors](5.0-contributor-list.md). .NET 5.0 is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md). [Known Issues](5.0-known-issues.md) are recorded and updated, as appropriate, with each update. | ||
[.NET 5](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) is a [Current release](../../release-policies.md) and will be supported for fifteen months, from November 2020 to February 2022. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](5.0-supported-os.md). | ||
|
||
Release notes and download information is provided for each update, in the follow table. You must be on the latest update to be supported. | ||
- [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0) (also see [Releases](#releases)) | ||
- [Installation docs](https://docs.microsoft.com/dotnet/core/install/) | ||
- [Containers](https://hub.docker.com/_/microsoft-dotnet) | ||
- [Supported OSes](5.0-supported-os.md) | ||
- [Known Issues](5.0-known-issues.md) | ||
- [Contributors](5.0-contributor-list.md) | ||
|
||
Install the latest [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0) | ||
## Releases | ||
|
||
| Release Date | Description | | ||
| Date | Release | | ||
| :-- | :-- | | ||
| 2021/03/09 | [5.0.4](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.4/5.0.4.md) | | ||
| 2021/03/02 | [5.0.200](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.200-sdk.md) | | ||
| 2021/02/09 | [5.0.3](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.3/5.0.3.md) | | ||
| 2021/01/12 | [5.0.2](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.2/5.0.2.md) | | ||
| 2020/12/08 | [5.0.1](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md) | | ||
| 2020/11/10 | [5.0.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md) | | ||
| 2020/10/13 | [5.0.0 RC 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.2.md) | | ||
| 2020/09/14 | [5.0.0 RC 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-rc.1.md) | | ||
| 2020/08/25 | [5.0.0 Preview 8](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.8.md) | | ||
| 2020/07/21 | [5.0.0 Preview 7](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.7.md) | | ||
| 2020/06/25 | [5.0.0 Preview 6](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.6.md) | | ||
| 2020/06/10 | [5.0.0 Preview 5](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.5.md) | | ||
| 2020/05/19 | [5.0.0 Preview 4](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.4.md) | | ||
| 2020/04/23 | [5.0.0 Preview 3](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.3.md) | | ||
| 2020/04/02 | [5.0.0 Preview 2](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.2.md) | | ||
| 2020/03/16 | [5.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0-preview.1.md) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
# .NET 6.0 Release | ||
# .NET 6 | ||
|
||
Placeholder for .NET 6 release information. | ||
> Note: .NET 6 is currently in `Preview` and is currently not supported. | ||
|
||
Install the latest [.NET 6 Preview](https://dotnet.microsoft.com/download/dotnet/6.0) | ||
[.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-2/) will be an [LTS release](../../release-policies.md) and will be supported for three years, from November 2021 to November 2024. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](supported-os.md). | ||
|
||
| Release Date | Description | | ||
- [Downloads](https://dotnet.microsoft.com/download/dotnet/6.0) (also see [Releases](#releases)) | ||
- [Containers](https://hub.docker.com/_/microsoft-dotnet) | ||
- [Supported OSes](supported-os.md) | ||
- [Known Issues](known-issues.md) | ||
- [Installation instructions](install.md) | ||
|
||
## Releases | ||
|
||
| Date | Release | | ||
| :-- | :-- | | ||
| 2021/03/11 | [6.0.0 Preview 2](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.2.md) | | ||
| 2021/02/17 | [6.0.0 Preview 1](https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md) | |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we be linking to https://dotnet.microsoft.com/platform/support/policy from this article?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. Fixed.