Skip to content

Commit

Permalink
GitHub Actions uses .NET 9 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Nov 15, 2024
1 parent c2b0860 commit fbab6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0
9.0
- run: dotnet --info
- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0
9.0
- run: dotnet --info
- name: Build
env:
Expand Down

0 comments on commit fbab6ac

Please sign in to comment.