Strong naming dotnet-publish-iis
This commit is contained in:
parent
8a3d1bd881
commit
971667e7da
|
|
@ -2,7 +2,9 @@
|
||||||
"name": "dotnet-publish-iis",
|
"name": "dotnet-publish-iis",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true,
|
||||||
|
"warningsAsErrors": true,
|
||||||
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue