Skip to content

Commit

Permalink
uses: actions/setup-dotnet@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 18, 2023
1 parent 01ca84e commit 9feec9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
- uses: actions/checkout@v2

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build Projects
run: |
Expand Down

0 comments on commit 9feec9e

Please sign in to comment.