Skip to content

Commit

Permalink
Revert "Update Appium.Net.csproj"
Browse files Browse the repository at this point in the history
This reverts commit bb0308a.
  • Loading branch information
kelmelzer committed Jul 19, 2024
1 parent bb0308a commit 656fd33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Appium.Net/Appium.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Selenium.Support" Version="4.22.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.22.0" />
<PackageReference Include="Selenium.Support" Version="4.21.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.21.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
<Folder Include="Appium\Mac\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 656fd33

Please sign in to comment.