Skip to content

Commit

Permalink
Bump to latest VisualTestUtils (#20525)
Browse files Browse the repository at this point in the history
This also includes a bump to the latest MagickNet,
with security related fixes.
  • Loading branch information
BretJohnson committed Feb 13, 2024
1 parent b928bb7 commit 977642b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controls/tests/UITests/Controls.AppiumTests.csproj
Expand Up @@ -46,8 +46,8 @@
</ItemGroup>

<ItemGroup Condition="$(UseLocalVisualTestUtils) == ''">
<PackageReference Include="VisualTestUtils.MagickNet" Version="0.9.44-beta" />
<PackageReference Include="VisualTestUtils" Version="0.9.44-beta" />
<PackageReference Include="VisualTestUtils.MagickNet" Version="0.9.46-beta" />
<PackageReference Include="VisualTestUtils" Version="0.9.46-beta" />
</ItemGroup>
<ItemGroup Condition="$(UseLocalVisualTestUtils) != ''">
<ProjectReference Include="$(MauiRootDirectory)..\visual-test-utils\src\VisualTestUtils.MagickNet\VisualTestUtils.MagickNet.csproj" />
Expand Down

0 comments on commit 977642b

Please sign in to comment.