Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: fix dotnet-version in setup-dotnet action (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 19, 2024
1 parent 5aab6c7 commit 37eef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"

- name: Build Plugin
id: jprm
Expand Down

0 comments on commit 37eef76

Please sign in to comment.