Fix versioning for Microsoft.Net.WebSockets

This commit is contained in:
Pranav K 2014-07-07 12:11:41 -07:00
parent 112e3e5358
commit 1e7da1dc61
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.1-alpha-*",
"version": "1.0.0-*",
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
},