Skip to content

Commit

Permalink
Update to Appium 5.1.0 and Selenium 4.23.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mialeska authored Jul 31, 2024
1 parent db7fcd8 commit 62c75a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="5.0.0" />
<PackageReference Include="Aquality.Selenium.Core" Version="3.0.9" />
<PackageReference Include="Appium.WebDriver" Version="5.1.0" />
<PackageReference Include="Aquality.Selenium.Core" Version="3.0.12" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 62c75a6

Please sign in to comment.