dotnet-core/release-notes/README.md

28 lines
1.6 KiB
Markdown
Raw Normal View History

# .NET Release Notes
The following [.NET releases](../releases.md) are currently supported:
2018-04-11 19:10:19 +02:00
| Version | Release Date | Support | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- |
2021-08-10 18:30:04 +02:00
| [.NET 6](6.0/README.md) | [November, 2021](https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-7/) | [Preview][policies] | [6.0 Preview 7][6.0 Preview 7] | November, 2024 |
| [.NET 5](5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [Current][policies] | [5.0.9][5.0.9] | February, 2022 |
| [.NET Core 3.1](3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.18][3.1.18] | December 3, 2022 |
2021-08-19 22:16:17 +02:00
| [.NET Core 2.1](2.1/README.md) | [May 30, 2018](https://devblogs.microsoft.com/dotnet/announcing-net-core-2-1/) | [LTS][policies] | [2.1.30][2.1.30] | August 21, 2021 |
You can find release notes for all releases, including out-of-support releases, in the [release-notes](.) directory.
2021-08-10 18:30:04 +02:00
[6.0 Preview 7]: 6.0/preview/6.0.0-preview.7.md
[5.0.9]: 5.0/5.0.9/5.0.9.md
[3.1.18]: 3.1/3.1.18/3.1.18.md
2021-08-19 22:16:17 +02:00
[2.1.30]: 2.1/2.1.30/2.1.30.md
2018-04-11 19:10:19 +02:00
## Release Information
2021-02-18 21:12:12 +01:00
* [Download .NET](https://dotnet.microsoft.com/download/dotnet)
* [Releases Index][releases-index.json] -- Index for all release channels in JSON format
* [dotnet-install scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script)
* [Installation docs](https://docs.microsoft.com/dotnet/core/install/)
[releases-index.json]: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
[policies]: ../release-policies.md