Skip to content

Commit

Permalink
Trying to use nightly (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol authored Apr 18, 2024
1 parent fc16cf5 commit 87e7089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ jobs:
- name: Set up .Net
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 6.x
source-url: https://nuget.pkg.github.com/seleniumhq/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions examples/dotnet/SeleniumDocs/SeleniumDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="Selenium.Support" Version="4.19.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.19.0" />
<PackageReference Include="Selenium.Support" Version="4.20.0-nightly202404181135" />
<PackageReference Include="Selenium.WebDriver" Version="4.20.0-nightly202404181135" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 87e7089

Please sign in to comment.