aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransactionTests
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-17 15:42:08 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-17 16:20:10 -0600
commite950ce317301aea2e9c8cdab1bf8c453c40a4edd (patch)
tree0cc0f1451e81c923108462bec8bd899656c76247 /src/TestData/MsiTransactionTests
parentbe8d724f4becb78743644d393ae626b3736dd5b3 (diff)
downloadwix-e950ce317301aea2e9c8cdab1bf8c453c40a4edd.tar.gz
wix-e950ce317301aea2e9c8cdab1bf8c453c40a4edd.tar.bz2
wix-e950ce317301aea2e9c8cdab1bf8c453c40a4edd.zip
Update dependencies.
Diffstat (limited to 'src/TestData/MsiTransactionTests')
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj2
-rw-r--r--src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj2
-rw-r--r--src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj4
-rw-r--r--src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj4
-rw-r--r--src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj2
5 files changed, 7 insertions, 7 deletions
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
index c070e2bf..39270511 100644
--- a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj
@@ -7,6 +7,6 @@
7 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> 7 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" />
8 </ItemGroup> 8 </ItemGroup>
9 <ItemGroup> 9 <ItemGroup>
10 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.82" /> 10 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.83" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
index 339ac8fe..f491bc8a 100644
--- a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj
@@ -10,6 +10,6 @@
10 <ProjectReference Include="..\PackageD\PackageD.wixproj" /> 10 <ProjectReference Include="..\PackageD\PackageD.wixproj" />
11 </ItemGroup> 11 </ItemGroup>
12 <ItemGroup> 12 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.82" /> 13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.83" />
14 </ItemGroup> 14 </ItemGroup>
15</Project> \ No newline at end of file 15</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
index 66a67aa9..180588a4 100644
--- a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj
@@ -5,7 +5,7 @@
5 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> 5 <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" />
6 </ItemGroup> 6 </ItemGroup>
7 <ItemGroup> 7 <ItemGroup>
8 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.82" /> 8 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.83" />
9 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.59" /> 9 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" />
10 </ItemGroup> 10 </ItemGroup>
11</Project> \ No newline at end of file 11</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
index 5634701f..1e551535 100644
--- a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
+++ b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj
@@ -12,7 +12,7 @@
12 <ProjectReference Include="..\PackageF\PackageF.wixproj" /> 12 <ProjectReference Include="..\PackageF\PackageF.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.82" /> 15 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.83" />
16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.59" /> 16 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.61" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project> \ No newline at end of file
diff --git a/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj b/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
index f2b59c7e..a91d64e1 100644
--- a/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
+++ b/src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
@@ -7,6 +7,6 @@
7 <Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" /> 7 <Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" />
8 </ItemGroup> 8 </ItemGroup>
9 <ItemGroup> 9 <ItemGroup>
10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.69" /> 10 <PackageReference Include="WixToolset.Util.wixext" Version="4.0.72" />
11 </ItemGroup> 11 </ItemGroup>
12</Project> \ No newline at end of file 12</Project> \ No newline at end of file