summaryrefslogtreecommitdiff
path: root/src/test/burn/TestExe
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/test/burn/TestExe
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/test/burn/TestExe')
-rw-r--r--src/test/burn/TestExe/TestExe.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestExe/TestExe.csproj b/src/test/burn/TestExe/TestExe.csproj
index 9209dfd7..9a80aa92 100644
--- a/src/test/burn/TestExe/TestExe.csproj
+++ b/src/test/burn/TestExe/TestExe.csproj
@@ -3,7 +3,7 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFrameworks>net462;net6.0</TargetFrameworks> 6 <TargetFrameworks>net6.0;net462</TargetFrameworks>
7 <AssemblyName>TestExe</AssemblyName> 7 <AssemblyName>TestExe</AssemblyName>
8 <RootNamespace>TestExe</RootNamespace> 8 <RootNamespace>TestExe</RootNamespace>
9 <OutputType>Exe</OutputType> 9 <OutputType>Exe</OutputType>