diff options
author | Bob Arnson <bob@firegiant.com> | 2020-11-17 18:59:51 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-11-17 19:58:16 -0500 |
commit | 50f38d69001b2eb457a4603e14c98d05e28c3a5d (patch) | |
tree | 88ff20248c5b2c22958d45b1e49fe7e6a88477e0 /src/dotnet-wix | |
parent | 4c5ad8eff847ae894bbb91a50335fe7982e0ead2 (diff) | |
download | wix-50f38d69001b2eb457a4603e14c98d05e28c3a5d.tar.gz wix-50f38d69001b2eb457a4603e14c98d05e28c3a5d.tar.bz2 wix-50f38d69001b2eb457a4603e14c98d05e28c3a5d.zip |
Update dependencies
...and skip now-broken DotNetCoreSdk Heat test
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 0f42d0be..4cb9ba54 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="3.1.91" PrivateAssets="All" /> | 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <PropertyGroup> | 18 | <PropertyGroup> |