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.
1 parent 3342ec5 commit 23c859eCopy full SHA for 23c859e
2 files changed
.github/workflows/benchmarks.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v5
21
with:
22
- dotnet-version: 10.0.x
+ dotnet-version: 10.0.103
23
- name: Restore
24
run: dotnet restore
25
- name: Build
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
26
27
- name: Run tests
28
run: dotnet test -c Release -p:CollectCoverage=false
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
run: dotnet build -c Release
0 commit comments