From 46810f5775e3e58fb5f5b1c80384a91e6689cd74 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 8 Nov 2015 10:28:12 -0800 Subject: [PATCH] Fix dependencies in TestApp --- test/TestApp/project.json | 8 ++++---- test/TestLibrary/project.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/TestApp/project.json b/test/TestApp/project.json index a42b70193..ac30f9531 100644 --- a/test/TestApp/project.json +++ b/test/TestApp/project.json @@ -6,10 +6,10 @@ "dependencies": { "TestLibrary": { "target": "project" }, - "System.IO": "4.0.11-beta-23420", - "System.Console": "4.0.0-beta-23420", - "System.Runtime": "4.0.21-beta-23420", - "System.Diagnostics.Process": "4.1.0-beta-23420", + "System.IO": "4.0.11-beta-23428", + "System.Console": "4.0.0-beta-23428", + "System.Runtime": "4.0.21-beta-23428", + "System.Diagnostics.Process": "4.1.0-beta-23428", "Microsoft.NETCore.Runtime": "1.0.1-beta-23428" }, diff --git a/test/TestLibrary/project.json b/test/TestLibrary/project.json index 1206d0a9c..5e3bf84f1 100644 --- a/test/TestLibrary/project.json +++ b/test/TestLibrary/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "System.Runtime": "4.0.21-beta-23420", + "System.Runtime": "4.0.21-beta-23428", "Microsoft.NETCore.Runtime": "1.0.1-beta-23428" },