diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-04-19 16:03:02 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-04-19 18:35:15 -0500 |
commit | 6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0 (patch) | |
tree | cfe3ac420978e599acd801d31edc3657c5cca613 /src/ext/Util | |
parent | a4e1d547d22d8226a7911605439d5abb15c61465 (diff) | |
download | wix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.tar.gz wix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.tar.bz2 wix-6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0.zip |
Set each native library dependency version to the build version.
Diffstat (limited to 'src/ext/Util')
-rw-r--r-- | src/ext/Util/be/utilbe.vcxproj | 2 | ||||
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/ext/Util/be/utilbe.vcxproj b/src/ext/Util/be/utilbe.vcxproj index 8e139812..4e4f80d9 100644 --- a/src/ext/Util/be/utilbe.vcxproj +++ b/src/ext/Util/be/utilbe.vcxproj | |||
@@ -68,9 +68,7 @@ | |||
68 | </ItemGroup> | 68 | </ItemGroup> |
69 | 69 | ||
70 | <ItemGroup> | 70 | <ItemGroup> |
71 | <PackageReference Include="WixToolset.DUtil" /> | ||
72 | <PackageReference Include="WixToolset.BextUtil" /> | 71 | <PackageReference Include="WixToolset.BextUtil" /> |
73 | <PackageReference Include="WixToolset.BootstrapperCore.Native" /> | ||
74 | 72 | ||
75 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 73 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
76 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | 74 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index b3998b6e..d8f086b5 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj | |||
@@ -95,7 +95,6 @@ | |||
95 | </ItemGroup> | 95 | </ItemGroup> |
96 | 96 | ||
97 | <ItemGroup> | 97 | <ItemGroup> |
98 | <PackageReference Include="WixToolset.Dutil" /> | ||
99 | <PackageReference Include="WixToolset.WcaUtil" /> | 98 | <PackageReference Include="WixToolset.WcaUtil" /> |
100 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> | 99 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
101 | <PackageReference Include="GitInfo" /> | 100 | <PackageReference Include="GitInfo" /> |