aboutsummaryrefslogtreecommitdiff
path: root/src/ext/WixExt.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-01-29 21:05:28 -0800
committerRob Mensching <rob@firegiant.com>2026-01-30 11:14:58 -0800
commitaf69ebe04deade267c347f0b790b6574f2fa31fa (patch)
tree7bf7e9b9d8a15398821ebba3c12e8a41b52996d1 /src/ext/WixExt.props
parent405b90740e33d109c34cef3adda0c0664bacdd28 (diff)
downloadwix-af69ebe04deade267c347f0b790b6574f2fa31fa.tar.gz
wix-af69ebe04deade267c347f0b790b6574f2fa31fa.tar.bz2
wix-af69ebe04deade267c347f0b790b6574f2fa31fa.zip
Update supported WiX extension version to "7"
Diffstat (limited to 'src/ext/WixExt.props')
-rw-r--r--src/ext/WixExt.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props
index 56f40f50..d2c4929a 100644
--- a/src/ext/WixExt.props
+++ b/src/ext/WixExt.props
@@ -6,7 +6,7 @@
6 <IncludeBuildOutput>false</IncludeBuildOutput> 6 <IncludeBuildOutput>false</IncludeBuildOutput>
7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
8 <NoWarn>NU5100</NoWarn> 8 <NoWarn>NU5100</NoWarn>
9 <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> 9 <WixExtensionPackageFolder>wixext7</WixExtensionPackageFolder>
10 <PackageTags>$(PackageTags) wixext CustomActions</PackageTags> 10 <PackageTags>$(PackageTags) wixext CustomActions</PackageTags>
11 <IsWixExtension>true</IsWixExtension> 11 <IsWixExtension>true</IsWixExtension>
12 </PropertyGroup> 12 </PropertyGroup>