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