Skip to content

Commit

Permalink
Merge pull request #15 from yoyoboot/fix-9.1-ci-sdkversion
Browse files Browse the repository at this point in the history
Fix: Upgrade github workflows dotnet-version to 8.x
  • Loading branch information
yihango committed Jul 15, 2024
2 parents 334f92b + f9728eb commit 6712e7c
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-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# 缓存nuget
- name: Cache NuGet packages
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pack-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
# 缓存nuget
- name: Cache NuGet packages
uses: actions/cache@v3
Expand Down

0 comments on commit 6712e7c

Please sign in to comment.