Replace WebSocket dependency.
This commit is contained in:
parent
2ead53e8eb
commit
0e5c83c402
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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-*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue