WebSockets package renamed to .Server

This commit is contained in:
Louis DeJardin 2014-07-07 14:23:49 -07:00
parent 21778f631a
commit b0f738651e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"dependencies": {
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Middleware": "1.0.0-*"
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*"
},
"configurations": {
"net45": { },