.net - Keeping NuGet packages in Visual Studio projects up to date -
i find when start new project, mvc 5, using 1 asp.net wizard/templates, find myself running few nuget commands update script packages, e.g. jquery, jquery validate, , bootstrap. have new projects start have date versions of these, , other, packages.
i see 2 candidate solutions here, first, idea of updating project template, seems less feasible, given complexities apparent in 1 asp.net projects, , rumoured dropping of t4 in mvc 6. remaining solution automate process of updating these nuget packages. there means built-in nuget? or scripting bunch of install-package
cmdlets, , place script?
Comments
Post a Comment