diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-27 18:08:31 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 18:10:36 -0400 |
commit | 0bee971ca12ea73d0c4e69da4f0836ab62c43e17 (patch) | |
tree | a176c269737a4984a0e1ec834a1c76e286496011 /global.json | |
parent | 7f4b7ee0038faf7099450d89a0ab7b1ef29e3f15 (diff) | |
download | wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.tar.gz wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.tar.bz2 wix-0bee971ca12ea73d0c4e69da4f0836ab62c43e17.zip |
Update project for Package/SummaryInformation change (and many others).
Diffstat (limited to 'global.json')
-rw-r--r-- | global.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/global.json b/global.json new file mode 100644 index 00000000..f94ab6df --- /dev/null +++ b/global.json | |||
@@ -0,0 +1,5 @@ | |||
1 | { | ||
2 | "msbuild-sdks": { | ||
3 | "WixToolset.Sdk": "4.0.0-build-0162" | ||
4 | } | ||
5 | } | ||