Skip to content

Commit b0f7386

Browse files
committed
WebSockets package renamed to .Server
1 parent 21778f6 commit b0f7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/SampleApp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"Kestrel": "1.0.0-*",
55
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
6-
"Microsoft.AspNet.WebSockets.Middleware": "1.0.0-*"
6+
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*"
77
},
88
"configurations": {
99
"net45": { },

0 commit comments

Comments
 (0)