Upgrade all NuGet packages at a time in Visual Studio 2015

In Visual Studio 2015 , if you want to upgrade all the NuGet packages at a time , you can use the Package Manager Console and run the below command.

How to upgrade all NuGet packages at a time in Visual Studio 2015 ?

– Open Package Manager Console.

– In the Package Manager Console , run the command “Update-Package cmd-let” which would update all the packages.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...