Skip to content

Commit

Permalink
Update dotnet version?
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Apr 29, 2024
1 parent c8f6163 commit 5a4cf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Download Dalamud Latest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Download Dalamud Latest
run: |
Expand Down

0 comments on commit 5a4cf4c

Please sign in to comment.