Skip to content

Commit e373992

Browse files
Use specific SDK version
Use `7.0.100` explicitly.
1 parent 6140268 commit e373992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup .NET SDK
3737
uses: actions/setup-dotnet@v3
3838
with:
39-
dotnet-version: '7.0.x'
39+
dotnet-version: '7.0.100'
4040

4141
- name: Test
4242
run: |

0 commit comments

Comments
 (0)