aboutsummaryrefslogtreecommitdiff
path: root/src/ext/global.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/global.json')
-rw-r--r--src/ext/global.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ext/global.json b/src/ext/global.json
index 23dd3fa6..697f5687 100644
--- a/src/ext/global.json
+++ b/src/ext/global.json
@@ -1,5 +1,8 @@
1{ 1{
2 "msbuild-sdks": { 2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0211" 3 "WixToolset.Sdk": "4.0.0-build-0213"
4 },
5 "sdk": {
6 "allowPrerelease": false
4 } 7 }
5} 8}