Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Updating Razor to not use K.Roslyn
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Dec 17, 2014
1 parent 1570e19 commit 2a57f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.AspNet.Mvc.Razor/project.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 2a57f93

Please sign in to comment.