Update package dependencies to rc2-24008
This commit is contained in:
parent
b184ba23e6
commit
d0ac16129d
114 changed files with 356 additions and 375 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0-rc2-23931"
|
||||
"version": "1.0.0-rc2-24008"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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-*"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue