Skip to content

Commit bb7bbd0

Browse files
Bump Appium.WebDriver, System.Numerics.Vectors and System.Threading.Tasks.Extensions
Bumps [Appium.WebDriver](https://github.com/appium/dotnet-client), System.Numerics.Vectors and System.Threading.Tasks.Extensions. These dependencies needed to be updated together. Updates `Appium.WebDriver` from 5.1.0 to 6.0.1 - [Release notes](https://github.com/appium/dotnet-client/releases) - [Changelog](https://github.com/appium/dotnet-client/blob/main/CHANGELOG.MD) - [Commits](appium/dotnet-client@v5.1.0...v6.0.1) Updates `System.Numerics.Vectors` from 4.5.0 to 4.4.0 Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4 --- updated-dependencies: - dependency-name: Appium.WebDriver dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Numerics.Vectors dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b2dccb commit bb7bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/BaseAppiumTest/BaseAppiumTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</PropertyGroup>
5050

5151
<ItemGroup>
52-
<PackageReference Include="Appium.WebDriver" Version="5.1.0" />
52+
<PackageReference Include="Appium.WebDriver" Version="6.0.1" />
5353
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)