Skip to content

Commit 22b7898

Browse files
committed
pipleine fix
1 parent edcf5ad commit 22b7898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
uses: actions/setup-dotnet@v1
4848
with:
4949
dotnet-version: '3.1.x'
50-
- name: Setup .NET Core 5.0
50+
- name: Setup .NET Core 6.0
5151
uses: actions/setup-dotnet@v1
5252
with:
53-
dotnet-version: '5.0.x'
53+
dotnet-version: '6.0.x'
5454
- name: Pack NuGet
5555
uses: brandedoutcast/publish-nuget@v2.5.5
5656
with:

0 commit comments

Comments
 (0)