Major cleanup, upgraded to RC2, ported several websocket features from 0.9.

This commit is contained in:
RogueException
2016-05-17 05:29:44 -03:00
parent 2be3020689
commit b9d9191a30
75 changed files with 1419 additions and 970 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview1-002702"
}
}