Maybe I am missing something very simple but how do you update a package in multiple projects in a solution?
Switch to the Browse tab, search for the package name, select it, then select Install). For all packages, delete the package folder, then run nuget install . For a single package, delete the package folder and use nuget install <id> to reinstall the same one.
You can now "Manage NuGet Packages for Solution ..." when you right-click the project.
Old question, but for those that are interested, works out of the box now with the 'Update-Package' command in the Package Manager Console
Install http://nuget.org/List/Packages/NuGetPackageUpdater
PM> Install-Package NuGetPackageUpdater
Then just type (in the command console, while the solution in question is opened)
PM> Update-Package
Otherwise there's currently a workitem to bake this functionality directly into NuGet with something like an Update-Package -all flag. Ref: http://nuget.codeplex.com/workitem/431
Currently in 1.3 there is no way to do this. This feature will be in 1.4 please see: http://nuget.codeplex.com/workitem/431 If you would like to preview this feature you can install a build form out CI machine see: http://docs.nuget.org/docs/start-here/installing-nuget#Installing_a_CI_build
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With