Friday, August 19, 2016

Managing NuGet packages for your solution

When you have multiple projects in a solution, you may find it difficult to ensure that all of the NuGet packages in the solution are all using the same NuGet package versions.

Fortunately, you can manage all of these various NuGet package versions at the solution level!


  1. Right click on your solution and select "Manage NuGet Packages for Solution"
  2. You will then be presented with a dialog which allows you to see all of the NuGet packages that are being used in your solution
  3. In addition, if there are differing version numbers of NuGet packages in different projects, you also have the option to "Consolidate" to ensure that all of your projects are using the same NuGet package version numbers!



No comments:

Post a Comment