We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba992 commit ad7684cCopy full SHA for ad7684c
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ on:
17
env:
18
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
19
SOLUTION_NAME: ${{ vars.SOLUTION_NAME }}
20
- DOTNET_VERSION: '8.0.x'
+ DOTNET_VERSION: '9.0.x'
21
22
jobs:
23
test:
0 commit comments