Skip to content

Commit

Permalink
Update Appium.Net.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
kelmelzer authored Jul 8, 2024
1 parent c2ebe40 commit bb0308a
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.21.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.21.0" />
<PackageReference Include="Selenium.Support" Version="4.22.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.22.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 bb0308a

Please sign in to comment.