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 4235eff commit d114116Copy full SHA for d114116
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- os: ubuntu-latest
21
solution: Simplify.NetCore.sln
22
tests-exclude-category: Windows
23
- test-framework-command: --framework net8.0
+ test-framework-command: --framework net9.0
24
25
env:
26
DOTNET_TEST_FRAMEWORK: ${{ matrix.dotnet-test-framework }} # Set at job level
0 commit comments