diff options
author | Bob Arnson <bob@firegiant.com> | 2024-02-17 18:38:50 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-03-06 17:17:36 -0500 |
commit | bbc176de36987255f3e9ab10c002c22ffe8a9a7e (patch) | |
tree | 91d92f180ae49ae533bc49c779c32160423f7daf /src/ext | |
parent | 7ec45e8318dc81392daa4eb3d8f95a1a88b60402 (diff) | |
download | wix-bbc176de36987255f3e9ab10c002c22ffe8a9a7e.tar.gz wix-bbc176de36987255f3e9ab10c002c22ffe8a9a7e.tar.bz2 wix-bbc176de36987255f3e9ab10c002c22ffe8a9a7e.zip |
WiX v5 uses `wixext5` NuGet package subdirectory.
Fixes wixtoolset/issues#7709.
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/WixExt.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index fecfdd78..19a96254 100644 --- a/src/ext/WixExt.props +++ b/src/ext/WixExt.props | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> | 12 | <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> |
13 | <Content Include="$(TargetPath)" PackagePath="wixext4" /> | 13 | <Content Include="$(TargetPath)" PackagePath="wixext5" /> |
14 | 14 | ||
15 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> | 15 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |