aboutsummaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-27 12:15:29 -0700
committerRob Mensching <rob@firegiant.com>2020-06-27 13:30:19 -0700
commitf40a831cb3e4e690a2630302b9669f3f744f9128 (patch)
tree22c590215cd538c34c6c11618b77c8b4c8c684bb /global.json
parent615d0dea08c9d77aed42e71c8d22421cc1cfa1b0 (diff)
downloadwix-f40a831cb3e4e690a2630302b9669f3f744f9128.tar.gz
wix-f40a831cb3e4e690a2630302b9669f3f744f9128.tar.bz2
wix-f40a831cb3e4e690a2630302b9669f3f744f9128.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}