Strong name everything.
This commit is contained in:
Родитель
4fdd98489f
Коммит
5444794c01
|
@ -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": {},
|
||||||
|
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче