Skip to content

Commit

Permalink
Add additional dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy committed Dec 21, 2023
1 parent 79328d9 commit ef66923
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
dotnet-version: |
3.1.x
4.8.x
6.0.x
- name: Install dependencies
run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore
Expand Down

0 comments on commit ef66923

Please sign in to comment.