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

Commit 9107057

Browse files
committed
Updating KRuntime to not use K.Roslyn
1 parent e51fbca commit 9107057

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"exclude": "more/*.cs",
44
"dependencies": {
55
"HelloShared": { "version": "0.1-beta-*", "type": "build" },
6-
"K.Roslyn": "1.0.0-*"
6+
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*"
77
},
88
"commands": {
99
"hi": "HelloWorld --mode amazing",

src/Microsoft.Framework.Runtime.Roslyn/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "ASP.NET 5 Roslyn compiler implementation.",
44
"compilationOptions": { "define": [ "TRACE" ], "allowUnsafe": true, "warningsAsErrors": true },
55
"dependencies": {
6-
"K.Roslyn" : "1.0.0-*",
6+
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*",
77
"Microsoft.Framework.Runtime": "1.0.0-*",
88
"Microsoft.Framework.Runtime.Common": { "version": "1.0.0-*", "type": "build" },
9-
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
9+
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" },
1010
},
1111
"frameworks": {
1212
"aspnet50": {

test/Microsoft.Framework.Runtime.Roslyn.Tests/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"K.Roslyn": "1.0.0-*",
43
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
54
"Microsoft.Framework.Runtime.Roslyn": "1.0.0-*",
65
"Xunit.KRunner": "1.0.0-*"

0 commit comments

Comments
 (0)