Viewing entries tagged
Visual Studio 2015

Consolidating NuGet Package versions

Comment

Consolidating NuGet Package versions

One of my pet peeves is having differently versioned NuGet packages across my projects. Previously I would just dig around in the packages.config of each project and check if the versions are consistent and install the right versioned package. Never again!

Comment