aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-03 14:55:59 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 14:55:59 -0600
commita46b1cf9bd6f7dfca72b238a1bb1c838dde558ae (patch)
treeb856ea98eb37178aa93b1ce4f20475098fa20c7b /src/wixlib
parent81c5b5b271306e505b853ec2df284f276c86bf5a (diff)
downloadwix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.gz
wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.bz2
wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.zip
Update dependencies.
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/util.wixproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj
index f806087e..4aeb09f2 100644
--- a/src/wixlib/util.wixproj
+++ b/src/wixlib/util.wixproj
@@ -25,4 +25,10 @@
25 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> 25 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
26 </ItemGroup> 26 </ItemGroup>
27 27
28 <!-- Workaround for bug in ProjectReferenceDefineConstants, they're not needed for this project anyway -->
29 <Target Name="ClearProjectReferenceDefineConstants" AfterTargets="CalculateDefineConstants">
30 <PropertyGroup>
31 <ProjectReferenceDefineConstants></ProjectReferenceDefineConstants>
32 </PropertyGroup>
33 </Target>
28</Project> 34</Project>