Stumble upon this issue trying to upgrade a package from version 1.0.0 to 1.0.1
Example:
nuget install <myPackage> -Version 1.0.0 -ExcludeVersion
Install success
Then bump up version number:
nuget install <myPackage> -Version 1.0.1 -ExcludeVersion
Package "xxx" is already installed
This works with nuget 2.8
nuget 2.8 I see output:
Uninstalling package.old.version.number
Installing package.new.version.number
None of these work when I use package.config. Even with version 2.8
Stumble upon this issue trying to upgrade a package from version 1.0.0 to 1.0.1
Example:
nuget install <myPackage> -Version 1.0.0 -ExcludeVersionInstall success
Then bump up version number:
nuget install <myPackage> -Version 1.0.1 -ExcludeVersionPackage "xxx" is already installed
This works with nuget 2.8
nuget 2.8 I see output:
Uninstalling package.old.version.numberInstalling package.new.version.numberNone of these work when I use package.config. Even with version 2.8