Skip to content

Commit ab51edc

Browse files
committed
Run .net 10 tests
1 parent 3c7fefd commit ab51edc

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build source code
3535
run: dotnet build --configuration Release --no-restore
3636
- name: Test with dotnet
37-
run: dotnet test --configuration Release --no-build --framework="net8.0"
37+
run: dotnet test --configuration Release --no-build --framework="net10.0"
3838
- name: Check source file format
3939
run: dotnet format --no-restore --verify-no-changes
4040
continue-on-error: true

0 commit comments

Comments
 (0)