I have an ASP.NET MVC application that I upgraded from 2.0 to 3.0 in the past, and now I want to upgrade it to 4.0.
I tried to create a new ASP.NET MVC 4 project in VS2012, and it seems that ASP.NET MVC itself is now a NuGet package.
Should I refer to it as a NuGet package, as in new project templates, or just refer as 2.0 and up to 3.0 tool updates (separate assemblies)?
My servers have ASP.NET MVC 4 installed, so having MVC-dll in / Bin seems like a waste of space.
source share