Merge branch 'release' into dev

This commit is contained in:
Cesar Blum Silveira 2015-11-03 10:47:24 -08:00
commit 60032c9bf6
4 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,8 @@
"Microsoft.Net.Http.Server": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"dnx451": {},

View File

@ -7,7 +7,8 @@
"Microsoft.Net.WebSockets": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},

View File

@ -3,7 +3,8 @@
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
"dependencies": {},
"compilationOptions": {
"allowUnsafe": true
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},

BIN
tools/Key.snk Normal file

Binary file not shown.