aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-20 17:06:11 -0400
committerBob Arnson <bob@firegiant.com>2020-09-20 17:08:57 -0400
commitf3138abed03b734f76fd0788f671e7da55483299 (patch)
treeb11e9e52e210238e3c8073fe4277c64a742e84bc /global.json
parent0107b26c254dd40baf4817b7bbf7adc48dde4691 (diff)
downloadwix-f3138abed03b734f76fd0788f671e7da55483299.tar.gz
wix-f3138abed03b734f76fd0788f671e7da55483299.tar.bz2
wix-f3138abed03b734f76fd0788f671e7da55483299.zip
Remove 32-bit ARM support.
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 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}