1
0
mirror of synced 2025-12-23 21:05:00 -05:00
Files
core/README.md
Varorbc b56577dcf0 Update NET 9.0 EOL Date (#10123)
* Update releases.md

* Update README.md

* Update release-policies.md
2025-10-14 17:29:10 -07:00

37 lines
2.1 KiB
Markdown

# .NET Release Notes
Welcome to the home of .NET [release notes](./release-notes/README.md) and [news](https://github.com/dotnet/core/discussions/categories/news).
## Releases
[Releases](./releases.md) under active support or development:
| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- | :-- |
| [.NET 10.0](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-rc.2][10.0.0-rc.2] | TBD |
| [.NET 9.0](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.10][9.0.10] | November 10, 2026 |
| [.NET 8.0](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.21][8.0.21] | November 10, 2026 |
[10.0.0-rc.2]: release-notes/10.0/preview/rc2/10.0.0-rc.2.md
[9.0.10]: release-notes/9.0/9.0.10/9.0.10.md
[8.0.21]: release-notes/8.0/8.0.21/8.0.21.md
[policies]: release-policies.md
* [Release notes](./release-notes/README.md)
* [Binaries and installers](https://dotnet.microsoft.com/download/dotnet)
* [Installation docs](https://learn.microsoft.com/dotnet/core/install/)
* [dotnet-install scripts](https://learn.microsoft.com/dotnet/core/tools/dotnet-install-script)
## Discussions
Follow [GitHub Discussions](https://github.com/dotnet/core/discussions), where you will find the latest news on releases, including PSAs and CVEs.
You can subscribe to discussions with the following RSS feeds:
| Category | GitHub Discussions | RSS Feed |
| --- | :--: | :--: |
| All Discussions | [🔗](https://github.com/dotnet/core/discussions) | [🔗](https://github.com/dotnet/core/discussions.atom) |
| News | [🔗](https://github.com/dotnet/core/discussions/categories/news) | [🔗](https://github.com/dotnet/core/discussions/categories/news.atom) |
| General | [🔗](https://github.com/dotnet/core/discussions/categories/general) | [🔗](https://github.com/dotnet/core/discussions/categories/general.atom) |