Skip to content

Commit b7a83f5

Browse files
committed
尝试修复旧版本工具
1 parent 1a927b9 commit b7a83f5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/NuGet-tag-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: |
20+
3.1.x
21+
5.0.x
22+
6.0.x
2023
2124
- name: Install dotnet tool
2225
run: dotnet tool install -g dotnetCampus.TagToVersion

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 6.0.x
15+
dotnet-version: |
16+
3.1.x
17+
5.0.x
18+
6.0.x
1619
- name: Build with dotnet
1720
run: dotnet build --configuration Release
1821

0 commit comments

Comments
 (0)