简体   繁体   中英

NuGet vs Package Manager Console

I use mainly the NuGet manager to install packages.
If I use the package manager console , I can see all the added/modified files in the console log...

But if I use the NuGet manager, is there a way to see what files were affected by the package update/install?

You can always open the package in the Nuget Package Explorer .

or, after it is unpacked, you can just look in the packages/{package folder}/lib|content|etc folder and look at the contents

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