Update Project.json to download TagHelpers assembly

This commit is contained in:
Anuraj 2014-11-20 14:35:23 +05:30 committed by Doug Bunting
parent 8ce069f56a
commit 680cdf4d57
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.Mvc.TagHelpers": ""
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001"
@ -16,4 +16,4 @@
"aspnet50": {},
"aspnetcore50": {}
}
}
}