We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7fefd commit ab51edcCopy full SHA for ab51edc
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build source code
35
run: dotnet build --configuration Release --no-restore
36
- name: Test with dotnet
37
- run: dotnet test --configuration Release --no-build --framework="net8.0"
+ run: dotnet test --configuration Release --no-build --framework="net10.0"
38
- name: Check source file format
39
run: dotnet format --no-restore --verify-no-changes
40
continue-on-error: true
0 commit comments