How can I upgrade a NuGet package to a specific version.
This is similar to Download old version of package with nuget, except I already have a version of the given nuget package installed.
I can't update to the latest version, so I want to update to a specific one.
Do I need to uninstall and than re-install or can I upgrade in one step?