React to Hosting interfaces rename

This commit is contained in:
Brennan 2015-04-30 10:00:22 -07:00
parent 9fe183317e
commit 2743c18852
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"description": "ASP.NET 5 self-host web server.",
"dependencies": {
"Microsoft.AspNet.Http.Features": "1.0.0-*",
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Hosting.Server.Abstractions": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
"Microsoft.Net.Http.Server": "1.0.0-*"
},