I have a solutions with large number of projects. I would like to automate the process of updating these projects to use nuget packages instead.
Is there a script to Query NuGet repository for the packages containing particular dll version?
When installing a NuGet package through Package Manager Console using "Install-Package" I see that references are added for all the dlls in the project. I would like to avoid doing this and instead only update references that already existed in .csproj
Any recommendations?