From 4bbdefbe65a11ef898f7b5d45743f83af3d2d800 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 14 Jul 2014 16:26:28 -0700 Subject: [PATCH] Reacting to System.Collections versioning change --- samples/HelloWorld/project.json | 4 ++-- samples/SelfHostServer/project.json | 4 ++-- src/Microsoft.AspNet.Server.WebListener/project.json | 4 ++-- src/Microsoft.Net.Server/project.json | 4 ++-- src/Microsoft.Net.WebSockets/project.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 4c1c40e709..8bf9217d36 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.Net.Server" : "" }, @@ -6,7 +6,7 @@ "net45": { }, "k10" : { "dependencies": { - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Console" : "4.0.0.0", "System.Globalization": "4.0.10.0", "System.IO" : "4.0.0.0", diff --git a/samples/SelfHostServer/project.json b/samples/SelfHostServer/project.json index 527118090a..bee846ffc4 100644 --- a/samples/SelfHostServer/project.json +++ b/samples/SelfHostServer/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { "Microsoft.AspNet.Hosting": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*", @@ -11,7 +11,7 @@ }, "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.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index 59e324ab0c..d7c511301b 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.FeatureModel": "1.0.0-*", @@ -17,7 +17,7 @@ "k10": { "dependencies": { "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Collections.Concurrent": "4.0.0.0", "System.Diagnostics.Contracts": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", diff --git a/src/Microsoft.Net.Server/project.json b/src/Microsoft.Net.Server/project.json index cfa86d9665..1c2d1ea7f0 100644 --- a/src/Microsoft.Net.Server/project.json +++ b/src/Microsoft.Net.Server/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.Framework.Logging": "1.0.0-*", @@ -13,7 +13,7 @@ "dependencies": { "Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Collections.Concurrent": "4.0.0.0", "System.Diagnostics.Contracts": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index 0200c4e41c..d1271a020f 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.Net.WebSocketAbstractions": "1.0.0-*" @@ -9,7 +9,7 @@ "k10" : { "dependencies": { "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Collections.Concurrent": "4.0.0.0", "System.Diagnostics.Contracts": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0",