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