When I create a new project (i.e. MVC project) in Visual Studio 2013 / 2015 I have to go to nuget manager and update all packages to the latest versions. I want to update templates to have the latest versions of packages. Is it possible?
Asked
Active
Viewed 34 times
0
-
check this post , you can use that script.. http://stackoverflow.com/a/31276284/4678027 – Prashant Aug 31 '15 at 14:46
-
I want to update templates, not update all packages after create a project... – Oleg Sh Aug 31 '15 at 19:04
-
you mean project template ? – Prashant Aug 31 '15 at 20:05
-
Yes, project template – Oleg Sh Sep 01 '15 at 10:08
-
see this post then ... http://stackoverflow.com/questions/13532909/update-default-nuget-packages – Prashant Sep 01 '15 at 13:51