Replace WebSocket dependency.

This commit is contained in:
Chris Ross 2015-04-08 14:41:58 -07:00
parent 2ead53e8eb
commit 0e5c83c402
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,7 @@
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
"Microsoft.Net.Http.Server": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true

View File

@ -2,7 +2,6 @@
"version": "1.0.0-*",
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
},
"compilationOptions": { "allowUnsafe": true },
"frameworks": {
@ -15,6 +14,7 @@
"System.IO": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.10-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*",
"System.Resources.ResourceManager": "4.0.0-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",