diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-14 14:49:57 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-14 14:49:57 +1000 |
commit | 989aac23fea77419bf1a8c316c56d88844e97c8f (patch) | |
tree | 4163e960bccfa2799ae1927dba6eeeae2c8393bd /src/dotnet-wix | |
parent | 4e2031922b286f371e8bb329395384fba7eb9975 (diff) | |
download | wix-989aac23fea77419bf1a8c316c56d88844e97c8f.tar.gz wix-989aac23fea77419bf1a8c316c56d88844e97c8f.tar.bz2 wix-989aac23fea77419bf1a8c316c56d88844e97c8f.zip |
Upgrade dependencies.
Diffstat (limited to 'src/dotnet-wix')
-rw-r--r-- | src/dotnet-wix/dotnet-wix.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet-wix/dotnet-wix.csproj b/src/dotnet-wix/dotnet-wix.csproj index 88010875..0f42d0be 100644 --- a/src/dotnet-wix/dotnet-wix.csproj +++ b/src/dotnet-wix/dotnet-wix.csproj | |||
@@ -12,7 +12,7 @@ | |||
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <PropertyGroup> | 18 | <PropertyGroup> |