Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saj122 authored Mar 25, 2024
1 parent 40936f4 commit d5dbd5a
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 @@ -17,7 +17,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.x
dotnet-version: |
6.x
7.x
8.x
- name: Restore dependencies
working-directory: ./Src/CommandLine
run: dotnet restore CommandLine.sln
Expand Down

0 comments on commit d5dbd5a

Please sign in to comment.