aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/UpdateBundleTests/BundleBv1
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-20 00:13:51 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-20 00:26:44 -0500
commitd07f3262657866a795716994595bbd627cbb151f (patch)
treea2d2d041ce6a7a56d000e955af406bfee3d8ee83 /src/TestData/UpdateBundleTests/BundleBv1
parent9cec24c6bf89c9174ca712c6a89ab7e231fa672c (diff)
downloadwix-d07f3262657866a795716994595bbd627cbb151f.tar.gz
wix-d07f3262657866a795716994595bbd627cbb151f.tar.bz2
wix-d07f3262657866a795716994595bbd627cbb151f.zip
Update dependencies.
Diffstat (limited to 'src/TestData/UpdateBundleTests/BundleBv1')
-rw-r--r--src/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj b/src/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
index 86c80e29..db4a0165 100644
--- a/src/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
+++ b/src/TestData/UpdateBundleTests/BundleBv1/BundleBv1.wixproj
@@ -9,8 +9,8 @@
9 <Feeds Include="*.xml" /> 9 <Feeds Include="*.xml" />
10 </ItemGroup> 10 </ItemGroup>
11 <ItemGroup> 11 <ItemGroup>
12 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.95" /> 12 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.98" />
13 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.69" /> 13 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.70" />
14 </ItemGroup> 14 </ItemGroup>
15 <Target Name="CopyFeeds" AfterTargets="AfterBuild"> 15 <Target Name="CopyFeeds" AfterTargets="AfterBuild">
16 <Copy SourceFiles="@(Feeds)" DestinationFolder="$(OutputPath)" /> 16 <Copy SourceFiles="@(Feeds)" DestinationFolder="$(OutputPath)" />