Skip to content

Commit

Permalink
fix update github action to support net 9 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de authored Dec 22, 2024
1 parent da39ccb commit ff23791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
"8.0.x"
"9.0.x"
8.0.x
9.0.x
- name: Build and pack .NET Core Global Tool
run: >-
Expand Down

0 comments on commit ff23791

Please sign in to comment.