aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransactionTests/BundleAv1
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/MsiTransactionTests/BundleAv1')
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv1/BundleA.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
index ba3eb3e5..dd824926 100644
--- a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
+++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
@@ -1,4 +1,4 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project> 2<Project>
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
@@ -10,6 +10,6 @@
10 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> 10 <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
11 </ItemGroup> 11 </ItemGroup>
12 <ItemGroup> 12 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" /> 13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
14 </ItemGroup> 14 </ItemGroup>
15</Project> 15</Project>