diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-08 23:03:30 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-09 13:33:18 -0600 |
commit | 70e370b4494a87cbbe234130882cad4a1021f82a (patch) | |
tree | 62966467e371f884bd987d539f840242f9245c61 /global.json | |
parent | c52a40fc649b0aebb673cced64a2773aa2425e2d (diff) | |
download | wix-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.json | 4 |
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 | } |