Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Include .NET 6 SDK as well
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Nov 20, 2023
1 parent 803a9b4 commit 3fcb7f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 3fcb7f1

Please sign in to comment.