Fixed websockets version

This commit is contained in:
David Fowler 2014-06-20 00:11:30 -07:00
parent 7a9590e8d5
commit d803dc84d8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"net45": {},
"k10": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.0.0",
"System.Collections.Concurrent": "4.0.0.0",

View File

@ -1,7 +1,7 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*"
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
},
"compilationOptions" : { "allowUnsafe": true },
"configurations": {