diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:06:11 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:08:57 -0400 |
commit | f3138abed03b734f76fd0788f671e7da55483299 (patch) | |
tree | b11e9e52e210238e3c8073fe4277c64a742e84bc /global.json | |
parent | 0107b26c254dd40baf4817b7bbf7adc48dde4691 (diff) | |
download | wix-f3138abed03b734f76fd0788f671e7da55483299.tar.gz wix-f3138abed03b734f76fd0788f671e7da55483299.tar.bz2 wix-f3138abed03b734f76fd0788f671e7da55483299.zip |
Remove 32-bit ARM support.
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 7a995d0a..4d9df50b 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-0143" | 3 | "WixToolset.Sdk": "4.0.0-build-0157" |
4 | } | 4 | } |
5 | } | 5 | } |