Skip to content

Commit ea9fa01

Browse files
committed
Upgrade Nuget
1 parent 715fcba commit ea9fa01

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
7.x
2323
8.x
2424
9.x
25+
10.x
2526
- name: Restore
2627
run: |
2728
dotnet restore NewLife.Schneider/NewLife.Schneider.csproj

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
7.x
2121
8.x
2222
9.x
23+
10.x
2324
- name: Restore
2425
run: |
2526
dotnet restore NewLife.Schneider/NewLife.Schneider.csproj

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
7.x
2222
8.x
2323
9.x
24+
10.x
2425
- name: Build
2526
run: dotnet build -c Release
2627

0 commit comments

Comments
 (0)