We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c936f7 commit d2c9898Copy full SHA for d2c9898
1 file changed
.github/workflows/static.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Get latest .NET SDK
44
uses: actions/setup-dotnet@v4
45
with:
46
- dotnet-version: '9.x'
+ dotnet-version: '10.x'
47
48
- name: Build Source Project
49
run: |
0 commit comments