How to create a ASP.NET 5 project in Visual Studio 2013? -


i trying create asp.net 5 project in visual studio 2013. extensions need download make run in visual studio 2013.

in project using nuget package manager console run this

pm> install-package microsoft.aspnet.mvc -version 5.2.3 

more information on nuget if talking mvc 5, if need asp.net 5 information , download available here


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -