Skip to content

Commit

Permalink
update workflow to include dotnet 8.0 for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 30, 2024
1 parent 2abf388 commit ff070d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-to-nuget-on-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
8.0.x
# compile & verify project
Expand Down

0 comments on commit ff070d1

Please sign in to comment.