How do I auto-restoring *all* nuget packages from a solution in Visual Studio

This runs for the whole solution

Update-Package -Reinstall


This runs for specific project only

Update-Package -Reinstall -Project [ProjectName]