I have recently started to use NuGet and I was wondering if there is an asp.net mvc 3 package that I can install so that I do not have to reference the aspnet mvc3 assemblie
If you're coming across this question now, the other solutions will likely no longer work for VS2012, VS2013, and beyond. Instead, I found adding the correct NuGet package worked seamlessly:
In Tools > NuGet Package Manager > Package Manager Console
:
PM> Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1
This package is owned by Microsoft, and trustworthy.