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

Commit 2a57f93

Browse files
committed
Updating Razor to not use K.Roslyn
1 parent 1570e19 commit 2a57f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNet.Mvc.Razor/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"warningsAsErrors": false
66
},
77
"dependencies": {
8-
"K.Roslyn": "1.0.0-*",
98
"Microsoft.AspNet.Mvc.Common": { "version": "6.0.0-*", "type": "build" },
109
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
11-
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*"
10+
"Microsoft.AspNet.Mvc.Razor.Host": "6.0.0-*",
11+
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*"
1212
},
1313
"frameworks": {
1414
"aspnet50": {

0 commit comments

Comments
 (0)