@joebigelow / wix-1 / commits / ae224f38

Update to latest dutil.

Sean Hall committed Apr 28, 2021 at 16:58 UTC ae224f38e8349e2d0dfce95918571db4f18b5fba
2 files changed +2 -2
src/wixnative/packages.config
+1 -1
@@ -4,5 +4,5 @@
4 <package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" />
5 <package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" />
6 <package id="Nerdbank.GitVersioning" version="3.3.37" targetFramework="native" developmentDependency="true" />
7 - <package id="WixToolset.DUtil" version="4.0.56" targetFramework="native" />
7 + <package id="WixToolset.DUtil" version="4.0.72" targetFramework="native" />
8 </packages>
\ No newline at end of file
src/wixnative/wixnative.vcxproj
+1 -1
@@ -67,7 +67,7 @@
67 </ItemGroup>
68
69 <ItemGroup>
70 - <PackageReference Include="WixToolset.Dutil" Version="4.0.64" />
70 + <PackageReference Include="WixToolset.Dutil" Version="4.0.72" />
71 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
72 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" />
73 </ItemGroup>