Skip to content

Commit

Permalink
Fix dotnet setup in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovypg committed Sep 1, 2024
1 parent 4b817a0 commit c744604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit c744604

Please sign in to comment.