* Add release notes for .NET 10 RC 2 across various components * Clarify scaffold replacement instructions for RC2 PR generation * chore: clean markdownlint issues in preview/RC automation prompt files * [RC2] F# release notes (#10095) * Update fsharp.md for RC 2 scaffold * Update release-notes/10.0/preview/rc2/fsharp.md --------- Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> * [RC2] WPF release notes (#10101) * Add RC2 scaffold to WPF release notes * Nothing for WPF * Adjust wording with WinForms and WPF to match --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> * [RC2] ASP.NET Core release notes (#10089) * [RC2] EF Core release notes (#10094) * Update efcore.md for RC 2 scaffold * EF Core release notes for rc.2 --------- Co-authored-by: Shay Rojansky <roji@roji.org> * Update libraries.md for RC 2 scaffold (#10096) * Update runtime.md for RC 2 scaffold (#10097) * [RC2] SDK release notes (#10098) * Add RC2 scaffold to SDK release notes and normalize list markers * Add notes for .NET TaskHost * Fix linting --------- Co-authored-by: Chet Husk <chusk3@gmail.com> * [RC2] .NET MAUI release notes (#10093) * Update dotnetmaui.md for RC 2 scaffold * Update .NET MAUI release notes for RC 2 This update includes new features and improvements for .NET MAUI in the .NET 10 RC 2 release, such as microphone permission handling, SafeAreaEdges support, and XAML source generation enhancements. * Update release-notes/10.0/preview/rc2/dotnetmaui.md Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Update dotnetmaui.md with Android API 36.1 details Added details about Android API 36.1 bindings, usage instructions, and installation steps. --------- Co-authored-by: David Ortinau <david.ortinau@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> * Update release-notes/10.0/preview/rc2/README.md --------- Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: Shay Rojansky <roji@roji.org> Co-authored-by: Chet Husk <chusk3@gmail.com> Co-authored-by: David Ortinau <david.ortinau@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: James Montemagno <james.montemagno@gmail.com>
.NET Release Notes
Releases under active support or development:
| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support |
|---|---|---|---|---|---|
| .NET 10.0 | November 11, 2025 | LTS | Preview | 10.0.0-rc.2 | TBD |
| .NET 9.0 | November 12, 2024 | STS | Active | 9.0.10 | May 12, 2026 |
| .NET 8.0 | November 14, 2023 | LTS | Active | 8.0.21 | November 10, 2026 |
You can find release notes for all releases in the release-notes directory, in markdown and JSON formats. This content is licensed for broad use.
Monthly patch release notes
Patch releases are published monthly, often including fixes for vulnerabilities (AKA CVEs) that are disclosed at the same time.
Release notes include:
- Links to binaries
- Notable changes, including CVEs
- Compatibility information
- Updated packages
Example markdown files:
Example JSON files:
releases-index.json and all the files it references are stored in blob storage and in GitHub. We use GitHub for easy discoverability of the files and Azure Blob Storage as our production platform.
It is straightforward to programmatically transform the blob storage links to raw GitHub links should that be desired.
Note: monthly previews are published in the same way, often on the same day. They are not supported so do not include CVE information. However, Release Candidate releases follow our "Go Live" policy and may include CVE information.
Monthly preview release notes
We typically release a preview for the next major version each month. These include detailed feature information.
Examples:
This content is used as source material for What's New pages in official Microsoft docs.
Preview release notes are always in a preview folder. This approach was adopted so that preview releases do not distract from stable releases once preview releases are no longer relevant.
Supported OS
Supported OS information is published for each major release. This information indicates to users which OSes they can expect an app (or the .NET SDK) to run on for a given .NET version. It also indicates which OSes are supported and when they transitioned to EOL status.
Examples:
OS packages
OS package information is published for each major release. This information indicates which packages must be installed on a given distro for a .NET app (or the .NET SDK) to run. .NET packages are available for multiple distros, which automatically install all required packages.
Examples: