diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-12-18 19:44:47 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-12-19 11:46:11 -0800 |
| commit | f02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch) | |
| tree | 78e9cbccc6f11a7a354d73cb6d5df95718799828 /src/test/burn/TestExe/TestExe.csproj | |
| parent | 7b63b092cbc393739d64c371dd89f91891d15102 (diff) | |
| download | wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.gz wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.bz2 wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.zip | |
Make the minimum supported .NET Framework v4.6.2
Diffstat (limited to 'src/test/burn/TestExe/TestExe.csproj')
| -rw-r--r-- | src/test/burn/TestExe/TestExe.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestExe/TestExe.csproj b/src/test/burn/TestExe/TestExe.csproj index 446d0ee3..9209dfd7 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>net35;net6.0</TargetFrameworks> | 6 | <TargetFrameworks>net462;net6.0</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> |
| @@ -14,7 +14,7 @@ | |||
| 14 | <RollForward>Major</RollForward> | 14 | <RollForward>Major</RollForward> |
| 15 | </PropertyGroup> | 15 | </PropertyGroup> |
| 16 | 16 | ||
| 17 | <ItemGroup Condition="'$(TargetFramework)'=='net35'"> | 17 | <ItemGroup Condition="'$(TargetFramework)'=='net462'"> |
| 18 | <Reference Include="System.Management" /> | 18 | <Reference Include="System.Management" /> |
| 19 | </ItemGroup> | 19 | </ItemGroup> |
| 20 | </Project> | 20 | </Project> |
