We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86495e3 + 8a37574 commit 6baaeefCopy full SHA for 6baaeef
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup dotnet 8.0
23
uses: actions/setup-dotnet@v1
24
with:
25
- dotnet-version: '8.0.100-rc.2.23502.2'
+ dotnet-version: '8.0.100'
26
- name: Build and Test
27
run: ./Build.ps1
28
shell: pwsh
.github/workflows/release.yml
@@ -20,6 +20,10 @@ jobs:
20
21
dotnet-version: '6.0.x'
+ - name: Setup dotnet 8.0
+ uses: actions/setup-dotnet@v1
+ with:
29
0 commit comments