Skip to content

Commit

Permalink
更新cicd中的dotnet版本
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkl950217 committed Apr 30, 2024
1 parent 85ea59d commit 9e4ca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core Build Env
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 8.0.204
- name: Restore
run: dotnet restore CkTools/CkTools.sln
- name: UT
Expand Down

0 comments on commit 9e4ca41

Please sign in to comment.