Replace WebSocket dependency.
This commit is contained in:
parent
dbbf62cb6b
commit
a10245d39f
|
|
@ -5,10 +5,10 @@
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
|
|
||||||
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
"System.Diagnostics.Contracts": "4.0.0-beta-*",
|
||||||
"System.IO": "4.0.10-beta-*",
|
"System.IO": "4.0.10-beta-*",
|
||||||
"System.Linq": "4.0.0-beta-*",
|
"System.Linq": "4.0.0-beta-*",
|
||||||
|
"System.Net.WebSockets": "4.0.0-beta-*",
|
||||||
"System.Runtime": "4.0.20-beta-*",
|
"System.Runtime": "4.0.20-beta-*",
|
||||||
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
||||||
"System.Runtime.Extensions": "4.0.10-beta-*",
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue