Skip to content

Commit 0de2750

Browse files
authored
Update .NET version in CI from 8.x to 10.x (#2774)
1 parent 5b1998c commit 0de2750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up .NET environment
3030
uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: '8.x'
32+
dotnet-version: '10.x'
3333

3434
- name: Run tests
3535
run: >

0 commit comments

Comments
 (0)