Skip to content

Commit

Permalink
bump transitive dependency's version (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-lt committed Aug 12, 2024
1 parent 3f83e4c commit 3782412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="4.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/CalculatorUITests/CalculatorUITests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="Appium.WebDriver" Version="4.4.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CalculatorUITestFramework\CalculatorUITestFramework.csproj" />
Expand Down

0 comments on commit 3782412

Please sign in to comment.