Skip to content

Commit 0723a9e

Browse files
authored
Merge pull request #35 from dotnet-campus/t/walterlv/csharp-13
支持 C#13 语法
2 parents 0037e54 + 61bd6e1 commit 0723a9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515

16-
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v1
18-
with:
19-
dotnet-version: 8.0.300
20-
2116
- name: Install dotnet tool
2217
run: dotnet tool install -g dotnetCampus.TagToVersion
2318

@@ -30,7 +25,7 @@ jobs:
3025
- name: Install Nuget
3126
uses: nuget/setup-nuget@v1
3227
with:
33-
nuget-version: '5.x'
28+
nuget-version: '6.x'
3429

3530
- name: Add private GitHub registry to NuGet
3631
run: |

0 commit comments

Comments
 (0)