Updating Razor to not use K.Roslyn

This commit is contained in:
Pranav K 2014-12-17 14:48:57 -08:00
parent 1570e198ef
commit 2a57f93117
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
"warningsAsErrors": false
},
"dependencies": {
"K.Roslyn": "1.0.0-*",
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*"
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*"
},
"frameworks": {
"aspnet50": {