Strong naming dotnet-publish-iis

This commit is contained in:
moozzyk 2016-02-09 09:37:03 -08:00
parent 8a3d1bd881
commit 971667e7da
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
"name": "dotnet-publish-iis",
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
"emitEntryPoint": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {