aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-27 01:38:54 -0700
committerRob Mensching <rob@firegiant.com>2020-06-27 01:43:10 -0700
commitd3988f982c035585590528829149c734c7f13cca (patch)
treeef1f74af8221cf06f724abdc0c054cd54411e0b9 /global.json
parent59fa31de1eb64809888e218064a97d417060d110 (diff)
downloadwix-d3988f982c035585590528829149c734c7f13cca.tar.gz
wix-d3988f982c035585590528829149c734c7f13cca.tar.bz2
wix-d3988f982c035585590528829149c734c7f13cca.zip
Build wixlib with WixToolset.Sdk
Diffstat (limited to 'global.json')
-rw-r--r--global.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/global.json b/global.json
new file mode 100644
index 00000000..7a995d0a
--- /dev/null
+++ b/global.json
@@ -0,0 +1,5 @@
1{
2 "msbuild-sdks": {
3 "WixToolset.Sdk": "4.0.0-build-0143"
4 }
5}