Skip to content

Commit 670e154

Browse files
authored
Merge pull request #36430 from dotnet/main
2 parents f54cff0 + e397e98 commit 670e154

File tree

6 files changed

+80
-3
lines changed

6 files changed

+80
-3
lines changed

aspnetcore/client-side/libman/libman-vs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Learn how to use LibMan in an ASP.NET Core project with Visual Studio.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 08/20/2018
7+
ms.date: 12/03/2025
88
uid: client-side/libman/libman-vs
99
---
1010
# Use LibMan with ASP.NET Core in Visual Studio
@@ -94,7 +94,6 @@ With the following manifest file, LibMan retrieves files per the configuration d
9494

9595
* A subset of [jQuery](https://jquery.com/) version 3.3.1 is retrieved from the CDNJS provider. The subset is defined in the `files` property—`jquery.min.js`, `jquery.js`, and *jquery.min.map*. The files are placed in the project's *wwwroot/lib/jquery* folder.
9696
* The entirety of [Bootstrap](https://getbootstrap.com/) version 4.1.3 is retrieved and placed in a *wwwroot/lib/bootstrap* folder. The object literal's `provider` property overrides the `defaultProvider` property value. LibMan retrieves the Bootstrap files from the unpkg provider.
97-
* A subset of [Lodash](https://lodash.com/) was approved by a governing body within the organization. The `lodash.js` and `lodash.min.js` files are retrieved from the local file system at *C:\\temp\\lodash\\*. The files are copied to the project's *wwwroot/lib/lodash* folder.
9897

9998
[!code-json[](samples/LibManSample/libman.json)]
10099

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uid: aspnetcore-10
1111

1212
This article highlights the most significant changes in ASP.NET Core in .NET 10 with links to relevant documentation.
1313

14-
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).
14+
For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/10.0#aspnet-core).
1515

1616
## Blazor
1717

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: What's new in ASP.NET Core in .NET 11
3+
author: wadepickett
4+
description: Learn about the new features in ASP.NET Core in .NET 11.
5+
ms.author: wpickett
6+
ms.custom: mvc
7+
ms.date: 12/04/2025
8+
uid: aspnetcore-11
9+
---
10+
# What's new in ASP.NET Core in .NET 11
11+
12+
<!-- NOTE: Add the following to toc.yml when the
13+
breaking changes article is put up ...
14+
15+
- name: Breaking changes
16+
href: /dotnet/core/compatibility/10.0?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json#aspnet-core
17+
18+
-->
19+
20+
This article highlights the most significant changes in ASP.NET Core in .NET 11 with links to relevant documentation.
21+
22+
This article will be updated as new preview releases are made available.
23+
24+
<!-- HOLD - The 11.0 article hasn't been created yet ...
25+
26+
https://learn.microsoft.com/dotnet/core/compatibility/11.0#aspnet-core
27+
28+
For breaking changes, see [Breaking changes in .NET](/dotnet/core/compatibility/11.0#aspnet-core).
29+
30+
-->
31+
32+
## Blazor
33+
34+
This section describes new features for Blazor.
35+
36+
[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor.md)]
37+
38+
## Blazor Hybrid
39+
40+
This section describes new features for Blazor Hybrid.
41+
42+
[!INCLUDE[](~/release-notes/aspnetcore-11/includes/blazor-hybrid.md)]
43+
44+
## SignalR
45+
46+
This section describes new features for SignalR.
47+
48+
## Minimal APIs
49+
50+
This section describes new features for minimal APIs.
51+
52+
## OpenAPI
53+
54+
This section describes new features for OpenAPI.
55+
56+
## Authentication and authorization
57+
58+
This section describes new features for authentication and authorization.
59+
60+
## Miscellaneous
61+
62+
This section describes miscellaneous new features in .NET 11.
63+
64+
<!-- HOLD - The breaking changes article for 11.0 hasn't been created yet ...
65+
66+
https://learn.microsoft.com/dotnet/core/compatibility/breaking-changes
67+
68+
## Breaking changes
69+
70+
Use the articles in [Breaking changes in .NET](/dotnet/core/compatibility/breaking-changes) to find breaking changes that might apply when upgrading an app to a newer version of .NET.
71+
72+
-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Release notes appear in this section as preview features become available.*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Release notes appear in this section as preview features become available.*

aspnetcore/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ items:
77
uid: get-started
88
- name: What's new
99
items:
10+
- name: ASP.NET Core 11
11+
items:
12+
- name: What's new in 11
13+
uid: aspnetcore-11
1014
- name: ASP.NET Core 10
1115
items:
1216
- name: What's new in 10

0 commit comments

Comments
 (0)