Skip to content

Commit 715c39e

Browse files
committed
update pipeline to use .net 6.0
1 parent 34d2d87 commit 715c39e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Setup .NET Core 5.x
24+
- name: Setup .NET Core 6.0.x
2525
uses: actions/setup-dotnet@v1
2626
with:
27-
dotnet-version: 5.0.x
27+
dotnet-version: 6.0.x
2828

2929
- name: Build
3030
run: dotnet build --configuration Release

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Setup .NET Core 5.x
19+
- name: Setup .NET Core 6.0.x
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: 5.0.x
22+
dotnet-version: 6.0.x
2323

2424
- name: Build and publish
2525
shell: pwsh

0 commit comments

Comments
 (0)