Update Kestrel to 1.0.1

This commit is contained in:
Ryan Nowak 2016-08-31 13:53:02 -07:00
parent 6a1b41fac6
commit 6bd5bfc3e5

View file

@ -17,7 +17,7 @@
},
"Microsoft.AspNetCore.Routing": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.EntityFrameworkCore.Sqlite": "1.0.0",
"Microsoft.EntityFrameworkCore.Tools": {