Reacting to System.Collections versioning change

This commit is contained in:
Pranav K 2014-07-14 16:48:04 -07:00
parent ea98a50e43
commit 8307e9b1f3
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Hosting": "1.0.0-*",
@ -17,7 +17,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-*",
@ -16,7 +16,7 @@
"net45": {},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",
"System.Console": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
@ -13,7 +13,7 @@
"net45": {},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",
"System.Console": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",