diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-31 22:18:26 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-31 22:27:00 -0400 |
commit | bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203 (patch) | |
tree | f8bd5f0d99cedbbced064f02be9a93361d10f730 /global.json | |
parent | 16ed14a97c67b563feceff359efcb81c324cb953 (diff) | |
download | wix-bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203.tar.gz wix-bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203.tar.bz2 wix-bfdf787bc4a6b795eb1f78b69ec9b79df2d2a203.zip |
Strong-name sign WiX assemblies.
Diffstat (limited to 'global.json')
-rw-r--r-- | global.json | 2 |
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 | } |