WebSockets package renamed to .Server
This commit is contained in:
parent
21778f631a
commit
b0f738651e
|
|
@ -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": { },
|
||||
|
|
|
|||
Loading…
Reference in New Issue