visual studio - Update a nuget package for all projects from a private source -


i need update package package01, lives in private source, multiple projects in solution version 1.0.1 newest version 1.1.0. if doing update package manager ui, step needs repeated many times.

is possible in 1 step? suggestion.

you can update package projects in solution package manager ui or package manager console.

using manage packages dialog right click solution , select manage packages solution. update package. able update multiple projects in 1 step.

you can similar thing package manager console. command below update jquery latest version projects in solution.

update-package jquery 

there more documentation on update-command on nuget web site.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -