Skip to content

Commit

Permalink
Update build.yml (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Jan 16, 2024
1 parent 447153b commit 39050f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.x'
dotnet-version: |
'6.x'
'7.x'
'8.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 39050f5

Please sign in to comment.