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/heat | |
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/heat')
-rw-r--r-- | src/heat/heat.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 51c9b297..b82087df 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
@@ -35,6 +35,6 @@ | |||
35 | 35 | ||
36 | <ItemGroup> | 36 | <ItemGroup> |
37 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | 37 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
38 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> | 38 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
39 | </ItemGroup> | 39 | </ItemGroup> |
40 | </Project> | 40 | </Project> |