aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/PrereqBaTests
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-18 19:44:47 -0800
committerRob Mensching <rob@firegiant.com>2023-12-19 11:46:11 -0800
commitf02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch)
tree78e9cbccc6f11a7a354d73cb6d5df95718799828 /src/test/burn/TestData/PrereqBaTests
parent7b63b092cbc393739d64c371dd89f91891d15102 (diff)
downloadwix-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/PrereqBaTests')
-rw-r--r--src/test/burn/TestData/PrereqBaTests/BundleB/BundleB.wixproj2
-rw-r--r--src/test/burn/TestData/PrereqBaTests/BundleD/BundleD.wixproj2
2 files changed, 2 insertions, 2 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" />