We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65ab98 commit 5803febCopy full SHA for 5803feb
1 file changed
.github/workflows/dotnet.yml
@@ -17,8 +17,8 @@ jobs:
17
uses: actions/setup-dotnet@v3
18
with:
19
dotnet-version: |
20
- 6.0.x
21
- 7.0.x
+ 8.0.x
+ 9.0.x
22
- name: Restore dependencies
23
run: dotnet restore
24
- name: Build
0 commit comments