June 9th, 2026
likeheart6 reactions

.NET 11 Preview 5 is now available!

Today, we are excited to announce the fifth preview release of .NET 11! This release includes improvements across the .NET Runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more. Check out the linked release notes below and get started today.

This release contains the following improvements.

📚Libraries

⏱️Runtime

🛠️ SDK

C#

🌐 ASP.NET Core

📱 .NET MAUI

🎁 Entity Framework Core

🚀 Get started

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

If you’re on Windows using Visual Studio, we recommend installing the latest Visual Studio 2026 Insiders. You can also use Visual Studio Code and the C# Dev Kit extension with .NET 11.

Author

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

1 comment

Sort by :
  • Rand Random 1 week ago · Edited

    6 days "Your comment is awaiting moderation."...

    since this post didnt need moderator approval, for what ever reason, here a copy & paste of my other comment which is still waiting for a moderator:

    Why this:

    > JSON Lines output uses n between values

    when even the documentation that is linked to says

    > This means 'rn' is also supported because surrounding white space is implicitly ignored when parsing JSON values.
    Source: jsonlines-org

    so why go out of your way to ignore the users choice, and ignore the setting of JsonSerializerOptions.NewLine ?

    Rather strange decision, to ignore a setting for newline and enforce your "opinion" on...

    Read more