简体   繁体   中英

How to find and use downloaded packages from nuget in vs2017 software (and in an asp.net core project)?

In Visual Studio 2017, I use the following command to install a package like .jQuery.Unobtrusive.Validation:

Install-Package Microsoft.jQuery.Unobtrusive.Validation -Version 3.2.11

And the operation is done successfully. Now I'm looking for files on wwwroot but can not find anything? what is the problem?

Use LibMan :

  1. In Solution Explorer, right-click the project folder in which the files should be added. Choose Add > Client-Side Library .

  2. Type jquery-validation-unobtrusive@3.2.11 in Library input area .

  3. Click Install , the library will install to target location . The default is wwwroot/lib/jquery-validation-unobtrusive/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM