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/TestData | |
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/TestData')
6 files changed, 7 insertions, 7 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wixproj index 843b382a..ade73a52 100644 --- a/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wixproj | |||
@@ -9,7 +9,7 @@ | |||
9 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> | 9 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
10 | </ItemGroup> | 10 | </ItemGroup> |
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x86" BindName="net2x86" /> | 12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x86" BindName="net2x86" /> |
13 | </ItemGroup> | 13 | </ItemGroup> |
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <ProjectReference Include="..\PackageB\PackageB.wixproj" /> | 15 | <ProjectReference Include="..\PackageB\PackageB.wixproj" /> |
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleD/BundleD.wixproj b/src/test/burn/TestData/PrereqBaTests/BundleD/BundleD.wixproj index 314fe2e2..b3ba4987 100644 --- a/src/test/burn/TestData/PrereqBaTests/BundleD/BundleD.wixproj +++ b/src/test/burn/TestData/PrereqBaTests/BundleD/BundleD.wixproj | |||
@@ -9,7 +9,7 @@ | |||
9 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> | 9 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
10 | </ItemGroup> | 10 | </ItemGroup> |
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x86" BindName="net2x86" /> | 12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x86" BindName="net2x86" /> |
13 | </ItemGroup> | 13 | </ItemGroup> |
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <ProjectReference Include="..\PackageB\PackageB.wixproj" /> | 15 | <ProjectReference Include="..\PackageB\PackageB.wixproj" /> |
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj index 6ef417d0..788353d6 100644 --- a/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj +++ b/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj | |||
@@ -6,7 +6,7 @@ | |||
6 | <Cultures>en-us</Cultures> | 6 | <Cultures>en-us</Cultures> |
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | <ItemGroup> | 8 | <ItemGroup> |
9 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x86" BindName="net2x86" /> | 9 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x86" BindName="net2x86" /> |
10 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x86" BindName="net4x86" /> | 10 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x86" BindName="net4x86" /> |
11 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x86" BindName="dncx86" /> | 11 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x86" BindName="dncx86" /> |
12 | </ItemGroup> | 12 | </ItemGroup> |
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj index 13f66a86..154367e3 100644 --- a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj +++ b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj | |||
@@ -7,7 +7,7 @@ | |||
7 | <InstallerPlatform>x64</InstallerPlatform> | 7 | <InstallerPlatform>x64</InstallerPlatform> |
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x64" BindName="net2x64" /> | 10 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x64" BindName="net2x64" /> |
11 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x64" BindName="net4x64" /> | 11 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x64" BindName="net4x64" /> |
12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x64" BindName="dncx64" /> | 12 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x64" BindName="dncx64" /> |
13 | </ItemGroup> | 13 | </ItemGroup> |
@@ -17,7 +17,7 @@ | |||
17 | the required target framework. Since we want all target frameworks built, | 17 | the required target framework. Since we want all target frameworks built, |
18 | the above line is shorter. | 18 | the above line is shorter. |
19 | <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> | 19 | <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> |
20 | <SetTargetFramework>TargetFramework=net35</SetTargetFramework> | 20 | <SetTargetFramework>TargetFramework=net462</SetTargetFramework> |
21 | </ProjectReference> | 21 | </ProjectReference> |
22 | <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> | 22 | <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> |
23 | <SetTargetFramework>TargetFramework=net5.0-windows</SetTargetFramework> | 23 | <SetTargetFramework>TargetFramework=net5.0-windows</SetTargetFramework> |
diff --git a/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj b/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj index a6339220..b183b842 100644 --- a/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj +++ b/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj | |||
@@ -1,6 +1,6 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <TargetFramework>net35</TargetFramework> | 3 | <TargetFramework>net462</TargetFramework> |
4 | <Description>Sample managed embedded external UI</Description> | 4 | <Description>Sample managed embedded external UI</Description> |
5 | <UseWPF>true</UseWPF> | 5 | <UseWPF>true</UseWPF> |
6 | </PropertyGroup> | 6 | </PropertyGroup> |
diff --git a/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj b/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj index 866b7575..fd3862d9 100644 --- a/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj +++ b/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj | |||
@@ -1,6 +1,6 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <TargetFramework>net20</TargetFramework> | 3 | <TargetFramework>net462</TargetFramework> |
4 | <Description>Sample managed custom actions</Description> | 4 | <Description>Sample managed custom actions</Description> |
5 | </PropertyGroup> | 5 | </PropertyGroup> |
6 | 6 | ||