I have a library that I need added to 10 other projects in my solution. It's not on Nuget, and it's only local on my machine.
Is there a Powershell approach (similar to Nuget Install-package
) that will allow me to add a specific reference to several *.csproj files?