Skip to content

Commit d2c9898

Browse files
committed
change pipeline to .net 10
1 parent 8c936f7 commit d2c9898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get latest .NET SDK
4444
uses: actions/setup-dotnet@v4
4545
with:
46-
dotnet-version: '9.x'
46+
dotnet-version: '10.x'
4747

4848
- name: Build Source Project
4949
run: |

0 commit comments

Comments
 (0)