We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9963d3e commit b83d939Copy full SHA for b83d939
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Setup dotnet v8
55
uses: actions/setup-dotnet@v4
56
with:
57
- - dotnet-version: 8.0.100
+ dotnet-version: '8.0.x'
58
59
- name: Restore local tools
60
run: dotnet tool restore
0 commit comments