InstallPackageAsync not using DependencyBehavior #5479
Labels
Functionality:SDK
The NuGet client packages published to nuget.org
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Type:Bug
Milestone
When installing a package through the NuGet api, the DependencyBehavior doesn't seem to be applied on dependent packages.
On our private NuGet repository, we have a component with the following version numbers:
Another component has a dependency on this component, but always installs pre-release version 3.0.0-a0637958946 instead of using the highest version (or highest patch version).
We might do something wrong, but we can't find it.
The text was updated successfully, but these errors were encountered: