How do I install ASP.NET MVC 5 in Visual Studio 2012?

后端 未结 11 897
借酒劲吻你
借酒劲吻你 2020-12-04 13:47

Is there a way to install ASP.NET MVC 5 in Visual Studio 2012?

I\'ve tried using NuGet (http://www.nuget.org/packages/Microsoft.AspNet.Mvc). But I think that it shou

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 14:24

    You can use Visual Studio 2012.

    Simply update your NuGet package in Visual Studio to Microsoft.AspNet.Mvc 5.0.

    You may have to search pre-release.

    Also the default project comes with Entity Framework 6.0, and ASP.NET Razor 3.0.

    You may also need ASP.NET Identity Core and OWIN.

    All of these can be downloaded/updated through menu ToolsLibrary package managerManage NuGet Packages for Solution....

    If you don't yet have NuGet, follow this tutorial:

    http://docs.nuget.org/docs/start-here/installing-nuget

提交回复
热议问题