HomeVisual StudioUpgrade all NuGet packages at a time in Visual Studio 2015

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

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...