diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 15:25:43 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 15:25:43 -0600 |
commit | df3a3eba860a853495579bdb32ec6e00aa7a67f2 (patch) | |
tree | 1b623f6acfe94c174779471ea35f76094ca45f3f /src/wixlib | |
parent | f26403f12ba828f188673decaedb360843a3e6a7 (diff) | |
download | wix-df3a3eba860a853495579bdb32ec6e00aa7a67f2.tar.gz wix-df3a3eba860a853495579bdb32ec6e00aa7a67f2.tar.bz2 wix-df3a3eba860a853495579bdb32ec6e00aa7a67f2.zip |
Update dependencies.
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/netfx.wixproj | 6 |
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> |