diff options
Diffstat (limited to 'src/test/burn/TestBA/TestBA.csproj')
| -rw-r--r-- | src/test/burn/TestBA/TestBA.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestBA/TestBA.csproj b/src/test/burn/TestBA/TestBA.csproj index ab3c21cb..77f90ede 100644 --- a/src/test/burn/TestBA/TestBA.csproj +++ b/src/test/burn/TestBA/TestBA.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-windows</TargetFrameworks> | 6 | <TargetFrameworks>net462;net6.0-windows</TargetFrameworks> |
| 7 | <AssemblyName>TestBA</AssemblyName> | 7 | <AssemblyName>TestBA</AssemblyName> |
| 8 | <RootNamespace>WixToolset.Test.BA</RootNamespace> | 8 | <RootNamespace>WixToolset.Test.BA</RootNamespace> |
| 9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
| @@ -13,7 +13,7 @@ | |||
| 13 | <RollForward>Major</RollForward> | 13 | <RollForward>Major</RollForward> |
| 14 | </PropertyGroup> | 14 | </PropertyGroup> |
| 15 | 15 | ||
| 16 | <ItemGroup Condition=" '$(TargetFramework)'=='net35' "> | 16 | <ItemGroup Condition=" '$(TargetFramework)'=='net462' "> |
| 17 | <Content Include="TestBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" /> | 17 | <Content Include="TestBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" /> |
| 18 | <Reference Include="System.Windows.Forms" /> | 18 | <Reference Include="System.Windows.Forms" /> |
| 19 | </ItemGroup> | 19 | </ItemGroup> |
