From 4060e78ed57ce24646083c1c20f12307aa5d7dd1 Mon Sep 17 00:00:00 2001 From: manuelra Date: Fri, 28 Nov 2025 19:12:47 +0000 Subject: [PATCH 1/2] Update libman-vs.md - Remove mention to lodash.json lodash.json is not one of the object literals included within the the libman.json "libraries" element. --- aspnetcore/client-side/libman/libman-vs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/client-side/libman/libman-vs.md b/aspnetcore/client-side/libman/libman-vs.md index 6eb2bc5bfef4..95c3864c7927 100644 --- a/aspnetcore/client-side/libman/libman-vs.md +++ b/aspnetcore/client-side/libman/libman-vs.md @@ -94,7 +94,6 @@ With the following manifest file, LibMan retrieves files per the configuration d * 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. * 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. -* 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. [!code-json[](samples/LibManSample/libman.json)] From 9a5d81516aac0984e56bd9675d03bf5ca7882d1a Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Wed, 3 Dec 2025 08:53:25 -0800 Subject: [PATCH 2/2] Update LibMan documentation date to December 2025 Update ms.date --- aspnetcore/client-side/libman/libman-vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/client-side/libman/libman-vs.md b/aspnetcore/client-side/libman/libman-vs.md index 95c3864c7927..c59f7c6fc6f8 100644 --- a/aspnetcore/client-side/libman/libman-vs.md +++ b/aspnetcore/client-side/libman/libman-vs.md @@ -4,7 +4,7 @@ author: wadepickett description: Learn how to use LibMan in an ASP.NET Core project with Visual Studio. ms.author: wpickett ms.custom: mvc -ms.date: 08/20/2018 +ms.date: 12/03/2025 uid: client-side/libman/libman-vs --- # Use LibMan with ASP.NET Core in Visual Studio