Skip to content

Commit

Permalink
chore: update .NET versions in GitHub Actions
Browse files Browse the repository at this point in the history
Updated the .NET versions used in our GitHub Actions workflow. Now using both 8.0.x and 9.0.x versions for better compatibility and testing coverage.
  • Loading branch information
tanczosm committed Nov 30, 2024
1 parent 27d9d17 commit 76a8d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: |
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 76a8d0c

Please sign in to comment.