Added reference to Microsoft.AspNet.Mvc.Razor so that it's loadable.

This commit is contained in:
David Fowler 2015-08-19 10:24:29 -07:00
parent 485e6e5ee8
commit 91c0081939
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
"Microsoft.AspNet.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNet.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNet.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.AspNet.Mvc.ViewFeatures": "6.0.0-*",
"Microsoft.AspNet.Mvc.TestCommon": { "version": "6.0.0-*", "type": "build" },