reinstall package from package manager console

  • Thread starter Thread starter PKarthick
  • Start date Start date
P

PKarthick

Guest
Hi,

I have reinstalled NuGet the packages from Visual Studio 16.4 by using this command

-> update-package -reinstall

After used this command, Packages reinstalled with corresponding targetversion but also updated the package version to latest from nuget.org.

Is this process correct?

reinstall means only reinstall the package with same version with corresponding framework. Why update the package version to latest?

Can you please update on this?

Continue reading...
 
Back
Top