Update package dependencies to rc2-24008

This commit is contained in:
Matt Ellis 2016-04-07 23:47:47 -07:00 committed by Piotr Puszkiewicz
parent b184ba23e6
commit d0ac16129d
114 changed files with 356 additions and 375 deletions

View file

@ -12,16 +12,18 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"version": "1.0.0-rc2-24008"
}
}
}
},
"runtimeOptions": {
"somethingString": "anything",
"somethingBoolean": true,
"someArray": ["one", "two"],
"someArray": [
"one",
"two"
],
"someObject": {
"someProperty": "someValue"
}

View file

@ -13,7 +13,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"version": "1.0.0-rc2-24008"
}
}
}

View file

@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"version": "1.0.0-rc2-24008"
},
"System.Linq": "4.0.0"
}

View file

@ -11,7 +11,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-23931"
"version": "1.0.0-rc2-24008"
},
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}

View file

@ -9,7 +9,7 @@
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-23931"
"Microsoft.NETCore.App": "1.0.0-rc2-24008"
}
}
},
@ -23,11 +23,13 @@
"rhel.7.2-x64": {},
"debian.8.2-x64": {}
},
"runtimeOptions": {
"somethingString": "anything",
"somethingBoolean": true,
"someArray": ["one", "two"],
"someArray": [
"one",
"two"
],
"someObject": {
"someProperty": "someValue"
}