Reacting to System.Collections versioning change

This commit is contained in:
Pranav K 2014-07-14 16:26:28 -07:00
parent b2d2840a6f
commit 4bbdefbe65
5 changed files with 10 additions and 10 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",