Skip to content

Commit

Permalink
Update selenium-utils to preview19
Browse files Browse the repository at this point in the history
  • Loading branch information
exyi committed Nov 3, 2024
1 parent 1b8d606 commit b8ff1d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Samples/Tests/Tests/DotVVM.Samples.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Selenium.Support" Version="4.11.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.11.0" />
<PackageReference Include="Selenium.Support" Version="4.21.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.21.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
<PackageReference Include="xunit" Version="2.8.0" />
Expand All @@ -22,9 +22,9 @@
</ItemGroup>

<ItemGroup Condition="'$(LocalSeleniumUtilsPath)' == ''">
<PackageReference Include="Riganti.Selenium.DotVVM" Version="3.0.0-preview15-final" />
<PackageReference Include="Riganti.Selenium.AssertApi" Version="3.0.0-preview15-final" />
<PackageReference Include="Riganti.Selenium.xUnitIntegration" Version="3.0.0-preview15-final" />
<PackageReference Include="Riganti.Selenium.DotVVM" Version="3.0.0-preview19-final" />
<PackageReference Include="Riganti.Selenium.AssertApi" Version="3.0.0-preview19-final" />
<PackageReference Include="Riganti.Selenium.xUnitIntegration" Version="3.0.0-preview19-final" />
</ItemGroup>
<ItemGroup Condition="'$(LocalSeleniumUtilsPath)' != ''">
<ProjectReference Include="$(LocalSeleniumUtilsPath)\src\Core\Riganti.Selenium.AssertApi\Riganti.Selenium.AssertApi.csproj" />
Expand Down

0 comments on commit b8ff1d1

Please sign in to comment.