Bug-1982: Update-Package fails with old packages in packages folder
Package restore operation will not delete an older version of a package,
if present, from the packages folder
This means that, at any point, packages folder can potentially contain
versions of a package that are not referenced by any project
Currently, Update-Package throws PackageNotInstalledException when that
happens. Changed the logic there to throw only when no version of the package,
present in the packages folder, is installed in any project
1. Added unit tests and functional tests
2. Build.cmd succeeded
↧