NuGet package for ASP.NET MVC 3

后端 未结 4 1887
醉梦人生
醉梦人生 2020-12-09 17:05

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

4条回答
  •  攒了一身酷
    2020-12-09 18:00

    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.

提交回复
热议问题