Reacting to System.Collections versioning change

This commit is contained in:
Pranav K 2014-07-14 15:54:00 -07:00
parent 65dfbed8d8
commit f6106e424e
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -20,7 +20,7 @@
"k10": {
"dependencies": {
"Microsoft.CSharp": "4.0.0.0",
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -19,7 +19,7 @@
},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false
@ -26,7 +26,7 @@
},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -28,7 +28,7 @@
},
"k10" : {
dependencies: {
"System.Collections": "4.0.0.0",
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.Linq": "4.0.0.0",