From 748c5394ad08429d8cf38c448127ebb4707304c9 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 14 Jul 2014 16:47:38 -0700 Subject: [PATCH] Reacting to System.Collections versioning change --- samples/ErrorPageSample/project.json | 4 ++-- samples/WelcomePageSample/project.json | 4 ++-- src/Microsoft.AspNet.Diagnostics/project.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/ErrorPageSample/project.json b/samples/ErrorPageSample/project.json index 478d52a3dc..8aa5fccbfa 100644 --- a/samples/ErrorPageSample/project.json +++ b/samples/ErrorPageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Helios" : "1.0.0-*", "Microsoft.AspNet.Diagnostics": "", @@ -12,7 +12,7 @@ "net45": {}, "k10": { "dependencies": { - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Console": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Tools": "4.0.0.0", diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index e3a968da77..b2c2d7a43c 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Helios" : "1.0.0-*", "Microsoft.AspNet.Diagnostics": "", @@ -12,7 +12,7 @@ "net45": { }, "k10": { "dependencies": { - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Console": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Tools": "4.0.0.0", diff --git a/src/Microsoft.AspNet.Diagnostics/project.json b/src/Microsoft.AspNet.Diagnostics/project.json index aca3fd7503..7a8865035e 100644 --- a/src/Microsoft.AspNet.Diagnostics/project.json +++ b/src/Microsoft.AspNet.Diagnostics/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", @@ -9,7 +9,7 @@ "net45": {}, "k10": { "dependencies": { - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.ComponentModel": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Tools": "4.0.0.0",