Skip to content

Commit 9dad8d7

Browse files
authored
Set up .NET 6 in CI builds
1 parent a6c9026 commit 9dad8d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Setup
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: 9.0.x
29+
dotnet-version: |
30+
6.0.x
31+
8.0.x
32+
9.0.x
3033
- name: Compute build number
3134
shell: bash
3235
run: |

0 commit comments

Comments
 (0)