Update Microsoft.AspNetCore.Hosting dependency to 1.0.1.

This commit is contained in:
Cesar Blum Silveira 2016-11-03 11:42:39 -07:00
parent e57abc7762
commit 25d647c400
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"System.Threading.Tasks.Extensions": "4.0.0",
"Libuv": "1.9.0",
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.Hosting": "1.0.1",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
},
"frameworks": {

View File

@ -5,7 +5,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.0",
"Microsoft.AspNetCore.Hosting": "1.0.0"
"Microsoft.AspNetCore.Hosting": "1.0.1"
},
"frameworks": {
"netcoreapp1.0": {