Ok. Really quick question, I\'m probably just being thick.
If you right-click on a projects \'references\' folder then \'Manage NuGet Packages\' you can then instal
Nowadays I use the Package Manager Console (View->Other Windows->Package Manager Console).
Chances are all you'll ever need are the following two commands:
install-package [-version ] [-project
and
update-package [-reinstall] [-version ] [-project ]
where
At first I thought the behaviour of these commands was a little weird, but with experience I see that they are most useful like this. Although personally I would ditch the 'Default Project' drop down entirely.