Skip to content

Commit

Permalink
Update to wixext folder to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Apr 25, 2024
1 parent a992b86 commit b80445c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ext/WixExt.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<NoWarn>NU5100</NoWarn>
<WixExtensionPackageFolder>wixext5</WixExtensionPackageFolder>
<WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace WixToolset.Core.ExtensibilityServices
internal class ExtensionManager : IExtensionManager
{
// This value needs to stay in sync with the Property in "wix.props" with the same name.
private const string WixToolsetExtensionPackageFolder = "wixext5";
private const string WixToolsetExtensionPackageFolder = "wixext6";

private const string UserWixFolderName = ".wix";
private const string MachineWixFolderName = "WixToolset";
Expand Down
2 changes: 1 addition & 1 deletion src/wix/WixToolset.Sdk/tools/wix.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<WixToolsetPatchVersion>$$WixToolsetPatchVersion$$</WixToolsetPatchVersion>
<WixToolsetMajorMinorVersion>$$WixToolsetMajorMinorVersion$$</WixToolsetMajorMinorVersion>
<WixToolsetVersion>$$WixToolsetVersion$$</WixToolsetVersion>
<WixToolsetExtensionPackageFolder>wixext5</WixToolsetExtensionPackageFolder>
<WixToolsetExtensionPackageFolder>wixext6</WixToolsetExtensionPackageFolder>
</PropertyGroup>

<ImportGroup>
Expand Down

0 comments on commit b80445c

Please sign in to comment.