Reinstall Nuget packages without updating

This situation comes up often enough that I need to look it up and write it down.

Run this command from the Package Manager Console

Update-Package -reinstall -Project <YOUR PROJECT NAME>

Or use the default selected Project and leave off the -Project detail

Update-Package -reinstall

References for using the Nuget command line