Reputation: 2864
When opening the Nuget Package Manager in VS2015RC1 on the solution level and filtering on installed/update available I get a list of all available packages within my solution.
But when I try to upgrade a package it has ALL projected within the solution selected by default which is not what I want since we have a large solution with many projects and I obviously don't want to add say JQuery to all of them. And due to the large number of projects I cannot go through each and update the projects individually.
Anybody else having the same problem? Or am I missing something.
EDIT: There were no error, the ACTION dropdown need to be changed to Update instead of Install. Sorry about this guys.
Upvotes: 9
Views: 1261
Reputation: 1208
Switch to filter Update Available
I reported such issue which was fixed https://github.com/NuGet/Home/issues/806
Upvotes: 1
Reputation: 1800
Change the Action combobox value from install to Update/Upgrade
Upvotes: 2
Reputation: 717
What happens if you try the console? Type on the search "console" and open package manager console at the bottom and then click restore.
Upvotes: 0