We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6140268 commit e373992Copy full SHA for e373992
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup .NET SDK
37
uses: actions/setup-dotnet@v3
38
with:
39
- dotnet-version: '7.0.x'
+ dotnet-version: '7.0.100'
40
41
- name: Test
42
run: |
0 commit comments