diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 20:47:43 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-22 21:05:23 -0600 |
commit | 20a546b0a6e278e7a8c37ca86887190ac2a85939 (patch) | |
tree | 784f04f9886db7da45a1d973c25bc6214cd7d042 /src/TestBA | |
parent | b60898e0bccbb0b0ddad74df6370e826cb9b7494 (diff) | |
download | wix-20a546b0a6e278e7a8c37ca86887190ac2a85939.tar.gz wix-20a546b0a6e278e7a8c37ca86887190ac2a85939.tar.bz2 wix-20a546b0a6e278e7a8c37ca86887190ac2a85939.zip |
Update dependencies to enable fixed skipstream tests.
Diffstat (limited to 'src/TestBA')
-rw-r--r-- | src/TestBA/TestBA.cs | 2 | ||||
-rw-r--r-- | src/TestBA/TestBA.csproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/TestBA/TestBA.cs b/src/TestBA/TestBA.cs index b9f869a6..12e027b2 100644 --- a/src/TestBA/TestBA.cs +++ b/src/TestBA/TestBA.cs | |||
@@ -257,7 +257,7 @@ namespace WixToolset.Test.BA | |||
257 | } | 257 | } |
258 | } | 258 | } |
259 | 259 | ||
260 | protected override void OnPlanTargetMsiPackage(PlanTargetMsiPackageEventArgs args) | 260 | protected override void OnPlanPatchTarget(PlanPatchTargetEventArgs args) |
261 | { | 261 | { |
262 | RequestState state; | 262 | RequestState state; |
263 | string action = this.ReadPackageAction(args.PackageId, "Requested"); | 263 | string action = this.ReadPackageAction(args.PackageId, "Requested"); |
diff --git a/src/TestBA/TestBA.csproj b/src/TestBA/TestBA.csproj index b6aea84b..90dc1d69 100644 --- a/src/TestBA/TestBA.csproj +++ b/src/TestBA/TestBA.csproj | |||
@@ -19,6 +19,6 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.48" /> | 22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.49" /> |
23 | </ItemGroup> | 23 | </ItemGroup> |
24 | </Project> \ No newline at end of file | 24 | </Project> \ No newline at end of file |