Skip to content

Commit

Permalink
fix: Install both 7 and 8 dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 27, 2024
1 parent 9232e27 commit 8fdc875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.204
dotnet-version: |
7.x.x
8.0.204
- name: NuGet Cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8fdc875

Please sign in to comment.