aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-10-31 22:10:02 -0400
committerBob Arnson <bob@firegiant.com>2020-10-31 22:15:44 -0400
commitacad47756e2ccb0a6af06d2ae37cd9ff5961d06c (patch)
treee1b9ba8ab6a3d047facbf18b7929d11ee1b61465 /global.json
parentf33b26a3640011cac36c0a657838ed8760a0928b (diff)
downloadwix-acad47756e2ccb0a6af06d2ae37cd9ff5961d06c.tar.gz
wix-acad47756e2ccb0a6af06d2ae37cd9ff5961d06c.tar.bz2
wix-acad47756e2ccb0a6af06d2ae37cd9ff5961d06c.zip
Strong-name sign WiX assemblies.
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index f94ab6df..10345833 100644
--- a/global.json
+++ b/global.json
@@ -1,5 +1,5 @@
1{ 1{
2 "msbuild-sdks": { 2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0162" 3 "WixToolset.Sdk": "4.0.0-build-0163"
4 } 4 }
5} 5}