Fixed websockets version
This commit is contained in:
parent
7a9590e8d5
commit
d803dc84d8
|
|
@ -11,7 +11,7 @@
|
||||||
"net45": {},
|
"net45": {},
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
|
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
|
||||||
"Microsoft.Win32.Primitives": "4.0.0.0",
|
"Microsoft.Win32.Primitives": "4.0.0.0",
|
||||||
"System.Collections": "4.0.0.0",
|
"System.Collections": "4.0.0.0",
|
||||||
"System.Collections.Concurrent": "4.0.0.0",
|
"System.Collections.Concurrent": "4.0.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "0.1-alpha-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*"
|
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"compilationOptions" : { "allowUnsafe": true },
|
"compilationOptions" : { "allowUnsafe": true },
|
||||||
"configurations": {
|
"configurations": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue