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 -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -