Update Microsoft.AspNetCore.Hosting dependency to 1.0.1.
This commit is contained in:
parent
e57abc7762
commit
25d647c400
|
|
@ -17,7 +17,7 @@
|
||||||
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
||||||
"System.Threading.Tasks.Extensions": "4.0.0",
|
"System.Threading.Tasks.Extensions": "4.0.0",
|
||||||
"Libuv": "1.9.0",
|
"Libuv": "1.9.0",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.0.0",
|
"Microsoft.AspNetCore.Hosting": "1.0.1",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Http.Features": "1.0.0",
|
"Microsoft.AspNetCore.Http.Features": "1.0.0",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.0.0"
|
"Microsoft.AspNetCore.Hosting": "1.0.1"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue