October 14th, 2025
0 reactions

Announcing .NET 10 Release Candidate 2

.NET 10 Release Candidate 2 is now available. This is our second and final release candidate and it comes with a go-live support license so you can confidently use this release for your production applications ahead of general availability. This release of .NET 10 is supported in the new Visual Studio 2026 Insiders release alongside Visual Studio Code with the C# Dev Kit. Help us validate the final bits before GA.

This release is focused on quality and stabilization.

📱 .NET MAUI

We’re grateful to the Uno Platform team for their deep collaboration with the .NET MAUI team in preparation for .NET 10 RC2. Their contributions helped ensure .NET for Android is aligned with Google’s latest platform updates, enabling developers to take advantage of Android 16 and API 36.1 right away. This kind of partnership strengthens the .NET ecosystem and reflects our shared commitment to delivering high-quality, cross-platform developer experiences. We’re excited about what’s ahead—including ongoing and future collaboration across .NET MAUI, SkiaSharp, and .NET runtime—and invite you to read more about Uno Platform’s contributions on their blog.

🎁 Entity Framework Core

🛠️ SDK

This release candidate is focused on quality improvements and contains no notable feature additions for the following feature areas:

🚀 Get started

To get started with .NET 10, install the .NET 10 SDK.

If you’re on Windows, we recommend installing the latest version of Visual Studio 2026 Insiders. Read more about this new release on the Visual Studio blog and release notes.

You can also use Visual Studio Code and the C# Dev Kit extension with .NET 10.

You can find .NET 10 RC 2 Installer & Binaries on GitHub.

Stay up-to-date with .NET 10

You can stay up-to-date with all the features of .NET 10 with:

Be sure to subscribe to the GitHub Discussions news feed for all release announcements.

We want your feedback, so head over to the .NET 10 Release Candidate 2 GitHub Discussion to discuss features and give feedback for this release.

Author

.NET is the free, open-source, cross-platform framework for building modern apps and powerful cloud services.

1 comment

Sort by :
  • Frank Krueger

    Fantastic news! Can’t wait to try it out.

    One question: we had to use the `net9.0-ios26.0` tfm to get Xcode 26 support in RC1. Can we use just `net10.0-ios` now? Or do we need to keep the `-ios26.0` part?