Skip to content

Commit ce91f4f

Browse files
Update libman-vs.md - Remove mention to lodash.json (#36410)
* 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. * Update LibMan documentation date to December 2025 Update ms.date --------- Co-authored-by: Wade Pickett <[email protected]>
1 parent 16442dd commit ce91f4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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&mdash;`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

0 commit comments

Comments
 (0)