Skip to content

Commit e552826

Browse files
authored
Update .NET version from 8.0.x to 10.0.x
1 parent 55bce01 commit e552826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: .NET Setup
2525
uses: actions/setup-dotnet@v5
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 10.0.x
2828

2929
- name: Build projects
3030
run: |

0 commit comments

Comments
 (0)