Skip to content

Commit 0e4bd13

Browse files
committed
Use stable selenium
1 parent c3d85b9 commit 0e4bd13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/dotnet/SeleniumDocs/NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<configuration>
33
<packageSources>
44
<add key="Local Folder" value="LocalPackages" />
5-
<add key="GitHub Packages" value="https://nuget.pkg.github.com/SeleniumHQ/index.json" />
65
</packageSources>
76
</configuration>

examples/dotnet/SeleniumDocs/SeleniumDocs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.7.1" />
1111
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
1212
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
13-
<PackageReference Include="Selenium.Support" Version="4.25.0-nightly202409150847" />
14-
<PackageReference Include="Selenium.WebDriver" Version="4.25.0-nightly202409160014" />
13+
<PackageReference Include="Selenium.Support" Version="4.25.0" />
14+
<PackageReference Include="Selenium.WebDriver" Version="4.25.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)