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-*", "version": "6.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true "warningsAsErrors": true
@ -20,7 +20,7 @@
"k10": { "k10": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.0.0", "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.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0", "System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0", "System.Diagnostics.Contracts": "4.0.0.0",

View File

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

View File

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

View File

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