Skip to content

Commit

Permalink
update github action to support net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de committed Dec 22, 2024
1 parent 8f9a40a commit 1e95b6e
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 @@ -172,7 +172,9 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: |
"8.0.x"
"9.0.x"
- name: Build and pack .NET Core Global Tool
run: >-
Expand Down

0 comments on commit 1e95b6e

Please sign in to comment.