Updating nuget packages in all projects in a solution

前端 未结 3 1383
忘掉有多难
忘掉有多难 2021-02-06 22:43

I have a .net solution (say A) with multiple projects(say B,C,D). I want to update all nuget packages for all projects in the solution. I know I can update nuget packages using

3条回答
  •  孤独总比滥情好
    2021-02-06 23:27

    You have used command line examples, but your question does not state if you require a command line answer. If you do not require command line, you can right-click on your solution in the Solution Explorer, and select Manage NuGet Packages for Solution ... This displays a dialog where you can make your selections. Other than that, you'd need to write a script at this point in time anyway (as far as I know).

提交回复
热议问题