Reputation: 15229
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?
Upvotes: 0
Views: 239
Reputation: 2921
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
Upvotes: 1