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

Commit

Permalink
Updating KRuntime 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 e51fbca commit 9107057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/HelloWorld/project.json
Expand Up @@ -3,7 +3,7 @@
"exclude": "more/*.cs",
"dependencies": {
"HelloShared": { "version": "0.1-beta-*", "type": "build" },
"K.Roslyn": "1.0.0-*"
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*"
},
"commands": {
"hi": "HelloWorld --mode amazing",
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Framework.Runtime.Roslyn/project.json
Expand Up @@ -3,10 +3,10 @@
"description": "ASP.NET 5 Roslyn compiler implementation.",
"compilationOptions": { "define": [ "TRACE" ], "allowUnsafe": true, "warningsAsErrors": true },
"dependencies": {
"K.Roslyn" : "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.0.0-beta2-*",
"Microsoft.Framework.Runtime": "1.0.0-*",
"Microsoft.Framework.Runtime.Common": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" }
"Microsoft.Framework.Runtime.Interfaces": { "version": "1.0.0-*", "type": "build" },
},
"frameworks": {
"aspnet50": {
Expand Down
1 change: 0 additions & 1 deletion test/Microsoft.Framework.Runtime.Roslyn.Tests/project.json
@@ -1,6 +1,5 @@
{
"dependencies": {
"K.Roslyn": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Framework.Runtime.Roslyn": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
Expand Down

0 comments on commit 9107057

Please sign in to comment.