Suppose I have a solution with 3 projects:
Some of the NuGet packages I use will apply to all 3 projects. Some w
If you want to install a package across multiple solutions I wrote a handy Powershell script for doing it, see here.
You can even filter the Get-Project -All command and target a sub-set of the project list.
Get-Project -All