Say I have a packet.dependencies
file in a root folder full of different solutions adding up to hundreds of projects, each with a paket.references
file.
Is there an easy way to go about adding the same package/same version in all the projects with a single command (or close) with paket?
In my use case, I'm trying to add an analyzer to every C# project we have. It would be tedious to add the same package and version to hundreds of different C# projects...