Skip to content

Commit d8e82ce

Browse files
committed
Upgrade Nuget
1 parent 7990f46 commit d8e82ce

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
@@ -27,6 +27,7 @@ jobs:
2727
7.x
2828
8.x
2929
9.x
30+
10.x
3031
- name: Get Version
3132
run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" >> $GITHUB_ENV
3233
- name: Build

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
7.x
2020
8.x
2121
9.x
22+
10.x
2223
- name: Get Version
2324
run: echo "VERSION=$(date '+%Y.%m%d')" >> $GITHUB_ENV
2425
- name: Build

.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: |
2627
dotnet build -c Release

0 commit comments

Comments
 (0)