jmw
jmw

Reputation: 2864

Visual Studio 2015 RC1 - Manage Nuget packages for solution

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.

Nuget screenshot

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

Answers (4)

XperiAndri
XperiAndri

Reputation: 1208

Switch to filter Update Available

I reported such issue which was fixed https://github.com/NuGet/Home/issues/806

Upvotes: 1

Yishai Galatzer
Yishai Galatzer

Reputation: 8862

This is a bug - We fixed this for RTM

Upvotes: 0

Joseph Devlin
Joseph Devlin

Reputation: 1800

Change the Action combobox value from install to Update/Upgrade

enter image description here

Upvotes: 2

fizampou
fizampou

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

Related Questions