Best way to add NuGet packages as project references in VS2012?

You can use Manage NuGet packages for Solution... by:

  • right-clicking on solution
  • Tools > Library Package Manager > Manage NuGet packages for Solution

Then you can choose in which projects install package as on screenshot below:
enter image description here
Additionally you can add installed package to another projects in solution using the same Manage NuGet packages for Solution....
enter image description here

Leave a Comment