Update package dependencies to rc2-24008
This commit is contained in:
parent
b184ba23e6
commit
d0ac16129d
114 changed files with 356 additions and 375 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
|
||||
|
@ -11,13 +11,12 @@
|
|||
"compile": [
|
||||
"../src/*.cs"
|
||||
],
|
||||
|
||||
"frameworks": {
|
||||
"netstandard1.5": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0-rc2-23931"
|
||||
"version": "1.0.0-rc2-24008"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
|
@ -26,4 +25,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,11 +11,10 @@
|
|||
"compile": [
|
||||
"../src/*.cs"
|
||||
],
|
||||
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": "1.0.0-rc2-23931"
|
||||
"Microsoft.NETCore.App": "1.0.0-rc2-24008"
|
||||
},
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
|
@ -23,4 +22,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue