Skip to content

Commit

Permalink
Install .NET 7 and 8 durign build
Browse files Browse the repository at this point in the history
Nvika requires .NET 6 still, will need to eventually replace it, but for now install it side by side with .NET 8.
  • Loading branch information
DanRigby authored Oct 16, 2024
1 parent 9feb685 commit 3864d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Setup DotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: |
6.x
8.x
- name: Restore Tools
run: dotnet tool restore
Expand Down

0 comments on commit 3864d49

Please sign in to comment.