React to Hosting interfaces rename
This commit is contained in:
parent
9fe183317e
commit
2743c18852
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "ASP.NET 5 self-host web server.",
|
"description": "ASP.NET 5 self-host web server.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http.Features": "1.0.0-*",
|
"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.Framework.Logging.Abstractions": "1.0.0-*",
|
||||||
"Microsoft.Net.Http.Server": "1.0.0-*"
|
"Microsoft.Net.Http.Server": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue