Below is the minimal collection of Nuget packages you need in ASP.NET MVC Application.
<packages>
<package id="Microsoft.AspNet.Mvc"
version="5.0.0"
targetFramework="net45" />
<package id="Microsoft.AspNet.Razor"
version="3.0.0"
targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages"
version="3.0.0"
targetFramework="net45" />
</packages>