aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransactionTests/BundleAv1
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-03 16:25:56 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 16:25:56 -0600
commit02cf98e97df35b3d024d9ade2e80ac348939d29f (patch)
tree7d9c32a21529f34f25e89c77696540c630677743 /src/TestData/MsiTransactionTests/BundleAv1
parent3919acbbf2f983fa523ff40893ea1e3f634d522d (diff)
downloadwix-02cf98e97df35b3d024d9ade2e80ac348939d29f.tar.gz
wix-02cf98e97df35b3d024d9ade2e80ac348939d29f.tar.bz2
wix-02cf98e97df35b3d024d9ade2e80ac348939d29f.zip
Update to latest Tools, Bal, NetFx.
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>