aboutsummaryrefslogtreecommitdiff
path: root/src/heat/heat.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-14 14:49:57 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-14 14:49:57 +1000
commit989aac23fea77419bf1a8c316c56d88844e97c8f (patch)
tree4163e960bccfa2799ae1927dba6eeeae2c8393bd /src/heat/heat.csproj
parent4e2031922b286f371e8bb329395384fba7eb9975 (diff)
downloadwix-989aac23fea77419bf1a8c316c56d88844e97c8f.tar.gz
wix-989aac23fea77419bf1a8c316c56d88844e97c8f.tar.bz2
wix-989aac23fea77419bf1a8c316c56d88844e97c8f.zip
Upgrade dependencies.
Diffstat (limited to 'src/heat/heat.csproj')
-rw-r--r--src/heat/heat.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj
index bdcb4e3b..1dea7a75 100644
--- a/src/heat/heat.csproj
+++ b/src/heat/heat.csproj
@@ -31,6 +31,6 @@
31 31
32 <ItemGroup> 32 <ItemGroup>
33 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> 33 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
34 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> 34 <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" />
35 </ItemGroup> 35 </ItemGroup>
36</Project> 36</Project>