aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-12-27 13:57:09 -0800
committerRob Mensching <rob@firegiant.com>2024-12-27 14:44:54 -0800
commita076b9d72486328d8dc95675daae417a3c07d6d6 (patch)
treed7e8c1c7748891db080dce377553108975de3afc /src/tools/heat
parent28a2c0e963897ddc61e6673bcb93e10b9696375f (diff)
downloadwix-a076b9d72486328d8dc95675daae417a3c07d6d6.tar.gz
wix-a076b9d72486328d8dc95675daae417a3c07d6d6.tar.bz2
wix-a076b9d72486328d8dc95675daae417a3c07d6d6.zip
Audit all transitive dependencies and fix latest vulnerabilities
Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent
Diffstat (limited to 'src/tools/heat')
-rw-r--r--src/tools/heat/heat.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/heat/heat.csproj b/src/tools/heat/heat.csproj
index dfcc9126..362d5c21 100644
--- a/src/tools/heat/heat.csproj
+++ b/src/tools/heat/heat.csproj
@@ -39,5 +39,6 @@
39 <PackageReference Include="System.Configuration.ConfigurationManager" /> 39 <PackageReference Include="System.Configuration.ConfigurationManager" />
40 <PackageReference Include="System.Diagnostics.PerformanceCounter" /> 40 <PackageReference Include="System.Diagnostics.PerformanceCounter" />
41 <PackageReference Include="System.DirectoryServices" /> 41 <PackageReference Include="System.DirectoryServices" />
42 <PackageReference Include="System.Memory" />
42 </ItemGroup> 43 </ItemGroup>
43</Project> 44</Project>