diff --git a/aspnetcore/release-notes/aspnetcore-10.0.md b/aspnetcore/release-notes/aspnetcore-10.0.md index 160eab18adc2..281cad22a986 100644 --- a/aspnetcore/release-notes/aspnetcore-10.0.md +++ b/aspnetcore/release-notes/aspnetcore-10.0.md @@ -11,7 +11,7 @@ uid: aspnetcore-10 This article highlights the most significant changes in ASP.NET Core in .NET 10 with links to relevant documentation. -This article will be updated as new preview releases are made available. For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/10.0#aspnet-core). +For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/10.0#aspnet-core). ## Blazor diff --git a/aspnetcore/release-notes/aspnetcore-11.md b/aspnetcore/release-notes/aspnetcore-11.md new file mode 100644 index 000000000000..bf034493d513 --- /dev/null +++ b/aspnetcore/release-notes/aspnetcore-11.md @@ -0,0 +1,72 @@ +--- +title: What's new in ASP.NET Core in .NET 11 +author: wadepickett +description: Learn about the new features in ASP.NET Core in .NET 11. +ms.author: wpickett +ms.custom: mvc +ms.date: 12/04/2025 +uid: aspnetcore-11 +--- +# What's new in ASP.NET Core in .NET 11 + + + +This article highlights the most significant changes in ASP.NET Core in .NET 11 with links to relevant documentation. + +This article will be updated as new preview releases are made available. + + + +## Blazor + +This section describes new features for Blazor. + +[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor.md)] + +## Blazor Hybrid + +This section describes new features for Blazor Hybrid. + +[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor-hybrid.md)] + +## SignalR + +This section describes new features for SignalR. + +## Minimal APIs + +This section describes new features for minimal APIs. + +## OpenAPI + +This section describes new features for OpenAPI. + +## Authentication and authorization + +This section describes new features for authentication and authorization. + +## Miscellaneous + +This section describes miscellaneous new features in .NET 11. + + diff --git a/aspnetcore/release-notes/aspnetcore-11/includes/blazor-hybrid.md b/aspnetcore/release-notes/aspnetcore-11/includes/blazor-hybrid.md new file mode 100644 index 000000000000..41a6e5682a8e --- /dev/null +++ b/aspnetcore/release-notes/aspnetcore-11/includes/blazor-hybrid.md @@ -0,0 +1 @@ +*Release notes appear in this section as preview features become available.* diff --git a/aspnetcore/release-notes/aspnetcore-11/includes/blazor.md b/aspnetcore/release-notes/aspnetcore-11/includes/blazor.md new file mode 100644 index 000000000000..41a6e5682a8e --- /dev/null +++ b/aspnetcore/release-notes/aspnetcore-11/includes/blazor.md @@ -0,0 +1 @@ +*Release notes appear in this section as preview features become available.* diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index 9082816f8e04..5881c94e8cdb 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -7,6 +7,10 @@ items: uid: get-started - name: What's new items: + - name: ASP.NET Core 11 + items: + - name: What's new in 11 + uid: aspnetcore-11 - name: ASP.NET Core 10 items: - name: What's new in 10