Skip to content

Commit

Permalink
Pinned to RC1 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Oct 10, 2023
1 parent f714dba commit 30e598a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
global-json-file: ./global.json
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
global-json-file: ./global.json
- run: dotnet build
- name: Execute Playwright tests
env:
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.100-rc.1.23463.5"
}
}

0 comments on commit 30e598a

Please sign in to comment.