diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 14:55:59 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-03 14:55:59 -0600 |
commit | a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae (patch) | |
tree | b856ea98eb37178aa93b1ce4f20475098fa20c7b /src/wixext | |
parent | 81c5b5b271306e505b853ec2df284f276c86bf5a (diff) | |
download | wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.gz wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.tar.bz2 wix-a46b1cf9bd6f7dfca72b238a1bb1c838dde558ae.zip |
Update dependencies.
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Util.wixext.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/WixToolset.Util.wixext.csproj b/src/wixext/WixToolset.Util.wixext.csproj index c3eff490..b90c9035 100644 --- a/src/wixext/WixToolset.Util.wixext.csproj +++ b/src/wixext/WixToolset.Util.wixext.csproj | |||
@@ -32,7 +32,7 @@ | |||
32 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 32 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
33 | </ItemGroup> | 33 | </ItemGroup> |
34 | 34 | ||
35 | <Target Name="SetNuspecProperties" AfterTargets="CoreBuild"> | 35 | <Target Name="SetNuspecProperties" DependsOnTargets="InitializeSourceControlInformation" AfterTargets="GetBuildVersion"> |
36 | <PropertyGroup> | 36 | <PropertyGroup> |
37 | <NuspecBasePath>$(OutputPath)..\</NuspecBasePath> | 37 | <NuspecBasePath>$(OutputPath)..\</NuspecBasePath> |
38 | <NuspecProperties>$(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> | 38 | <NuspecProperties>$(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory)</NuspecProperties> |