diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-31 22:03:37 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-31 22:07:41 -0400 |
commit | 26c0c0af9fbb3653730c4d32ca30b908ac3daf55 (patch) | |
tree | e1d5cc5e24cea51c8da17a312c3d8eae518cf29a /global.json | |
parent | e6c98d58a9044a74ba6590a9a04ad42881db12a4 (diff) | |
download | wix-26c0c0af9fbb3653730c4d32ca30b908ac3daf55.tar.gz wix-26c0c0af9fbb3653730c4d32ca30b908ac3daf55.tar.bz2 wix-26c0c0af9fbb3653730c4d32ca30b908ac3daf55.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 | } |