Revert "Mvc should not pull in the K.Roslyn package"

This reverts commit 6050d73554.
This commit is contained in:
Pranav K 2014-10-22 15:27:16 -07:00
parent 1bbdc7c1c9
commit 9e3a92e569
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,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.CodeAnalysis.CSharp" : "0.7.4101902-beta"
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*"
},
"frameworks": {
"aspnet50": {