Skip to content

Commit f71b0e5

Browse files
authored
Merge pull request #192 from serilog/nblumhardt-patch-1
Set up .NET 6 in CI builds
2 parents a6c9026 + 9dad8d7 commit f71b0e5

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)