Skip to content

Commit

Permalink
👷 Update CI .NET SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Sep 28, 2024
1 parent d02ad53 commit b421e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 9.x
dotnet-quality: preview
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 9.x
dotnet-quality: preview
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}

Expand Down

0 comments on commit b421e09

Please sign in to comment.