Merge branch 'release' into dev
This commit is contained in:
commit
60032c9bf6
|
|
@ -7,7 +7,8 @@
|
|||
"Microsoft.Net.Http.Server": "1.0.0-*"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"allowUnsafe": true
|
||||
"allowUnsafe": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
"Microsoft.Net.WebSockets": "1.0.0-*"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"allowUnsafe": true
|
||||
"allowUnsafe": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -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": {},
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue