diff options
author | Rob Mensching <rob@firegiant.com> | 2024-12-27 13:57:09 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-12-27 14:44:54 -0800 |
commit | a076b9d72486328d8dc95675daae417a3c07d6d6 (patch) | |
tree | d7e8c1c7748891db080dce377553108975de3afc /src/test/burn/TestExe | |
parent | 28a2c0e963897ddc61e6673bcb93e10b9696375f (diff) | |
download | wix-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.csproj | 2 |
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> |