diff --git a/HIRS_Provisioner.NET/hirs/Directory.Build.targets b/HIRS_Provisioner.NET/hirs/Directory.Build.targets index 6d1615f5..7609cfe1 100644 --- a/HIRS_Provisioner.NET/hirs/Directory.Build.targets +++ b/HIRS_Provisioner.NET/hirs/Directory.Build.targets @@ -19,7 +19,7 @@ <Target Name="SetWixPath" BeforeTargets="Msi"> <PropertyGroup> <ProductSourceFilePath>$(MSBuildThisFileDirectory)\Resources\Product.wxs</ProductSourceFilePath> - <WixInstallPath>$(NuGetPackageRoot)wix\3.11.2\tools\</WixInstallPath> + <WixInstallPath>$(NuGetPackageRoot)wix\3.14.0\tools\</WixInstallPath> <Heat>$(WixInstallPath)heat.exe</Heat> <Candle>$(WixInstallPath)candle.exe</Candle> <Light>$(WixInstallPath)light.exe</Light> diff --git a/HIRS_Provisioner.NET/hirs/HIRS_Provisioner.NET.csproj b/HIRS_Provisioner.NET/hirs/HIRS_Provisioner.NET.csproj index 71bbaed8..eb8c365b 100644 --- a/HIRS_Provisioner.NET/hirs/HIRS_Provisioner.NET.csproj +++ b/HIRS_Provisioner.NET/hirs/HIRS_Provisioner.NET.csproj @@ -45,7 +45,7 @@ <PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> <PackageReference Include="System.Management" Version="6.0.0" /> <PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> - <PackageReference Include="WiX" Version="3.11.2"> + <PackageReference Include="WiX" Version="3.14.0"> <PrivateAssets>all</PrivateAssets> <!-- These assets will be consumed but won't flow to the parent project --> </PackageReference> </ItemGroup>