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.