We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3466c commit af98572Copy full SHA for af98572
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup .NET
11
uses: actions/setup-dotnet@v4
12
with:
13
- dotnet-version: 8.0.0
+ dotnet-version: 8
14
- name: Restore dependencies
15
run: dotnet restore PowerThreadPool/PowerThreadPool.csproj
16
- name: Build
0 commit comments