aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-08 23:03:30 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-09 13:33:18 -0600
commit70e370b4494a87cbbe234130882cad4a1021f82a (patch)
tree62966467e371f884bd987d539f840242f9245c61 /global.json
parentc52a40fc649b0aebb673cced64a2773aa2425e2d (diff)
downloadwix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.gz
wix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.bz2
wix-70e370b4494a87cbbe234130882cad4a1021f82a.zip
Require the custom BA elements to reference built-in BAs.
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index 4e99abc0..d614f6f5 100644
--- a/global.json
+++ b/global.json
@@ -1,8 +1,8 @@
1{ 1{
2 "msbuild-sdks": { 2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0171" 3 "WixToolset.Sdk": "4.0.0-build-0172"
4 }, 4 },
5 "sdk": { 5 "sdk": {
6 "allowPrerelease": true 6 "allowPrerelease": false
7 } 7 }
8} 8}