Skip to content

Commit

Permalink
Bump SeleniumUtils version
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Sep 8, 2023
1 parent 339506d commit f33d3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Samples/Tests/Tests/DotVVM.Samples.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
</ItemGroup>

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

0 comments on commit f33d3d9

Please sign in to comment.