Reacting to System.Collections versioning change
This commit is contained in:
parent
b2d2840a6f
commit
4bbdefbe65
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue