This commit is contained in:
Cesar Blum Silveira 2015-11-02 16:42:44 -08:00
Родитель 4fdd98489f
Коммит 5444794c01
4 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Двоичные данные
tools/Key.snk Normal file

Двоичный файл не отображается.