Skip to content

Commit 17bf652

Browse files
committed
chore: 更新框架为 10
1 parent 4755d2d commit 17bf652

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- pack
77
- release
88
- hotfix
9+
- chore-pack
910

1011
jobs:
1112
pack:
@@ -20,7 +21,7 @@ jobs:
2021
- name: Setup .NET Core SDK
2122
uses: actions/setup-dotnet@v4
2223
with:
23-
dotnet-version: 9.0.x
24+
dotnet-version: 10.0.x
2425

2526
- name: Cache NuGet packages
2627
uses: actions/cache@v4

0 commit comments

Comments
 (0)