I am going through the book "ASP.NET MVC Using C#". After running the book's first example project and finding out it did not work, and about 30 minutes of my coworkers helping me figure it out, we learned the Nuget packages were outdated. Right click references, and update the packages, and it works fine. Takes about a minute. But the thing is, there are about 200 example projects; manually attending to them all would be incredibly tedious and time-consuming.
This leads me ask: Is there a way in Visual Studio to add a package to all solutions, or all future solutions, or anything of that nature? Or, is it possible to update the packages for ALL of Visual Studio?
This is NOT asking for 3rd party tool recommendations or any other off-site resource. Furthermore, there are already 2 answers, neither of which are tool recommendations.