[Question] Update NuGet package dependencies with VS2017 PackageReference #6185
Labels
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Milestone
NuGet package may reference other packages that are not up-to-date at the moment of adding to the project.
Example:
Latest Microsoft.Azure.Search 3.0.4
--> Microsoft.Rest.ClientRuntime 2.3.7
... other dependencies
Latest Microsoft.Rest.ClientRuntime --2.3.10
With packages.config all dependent packages are installed along with initial package and can be updated to latest on Update tab all at once.
With PackageReference developer has to traverse dependency graph and install desired latest dependent packages manually.
With packages that bring dozens of dependent packages (like AspNetCore or EFCore) this actions are tedious.
Is it in plans to support updating dependent packages like we currently have with packages.config?
The text was updated successfully, but these errors were encountered: