We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfc2ab commit ccf32b5Copy full SHA for ccf32b5
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-dotnet@v4
12
with:
13
- dotnet-version: '9.0.x'
+ dotnet-version: '8.0.x'
14
cache: true
15
16
- name: Restore Dependencies
0 commit comments