0

I find that when I start a new project, specifically MVC 5, using the One ASP.NET wizard/templates, I find myself running a few NuGet commands to update especially the script packages, e.g. jQuery, jQuery validate, and bootstrap. I would like to have all new projects I start have up to date versions of these, and other, packages.

I see two candidate solutions here, but the first, the idea of updating the project template, seems much less feasible, given the complexities apparent in One ASP.NET projects, and the rumoured dropping of T4 in MVC 6. My remaining solution is to automate the process of updating these NuGet packages. Is there a means built-in to NuGet? Or will I just be scripting a bunch of Install-Package cmdlets, and where would I place this script?

ProfK
  • 49,207
  • 121
  • 399
  • 775

0 Answers0