Skip to content

Commit 3ca039a

Browse files
.NET 6 build
1 parent 3b544d5 commit 3ca039a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: .NET SDK
2525
uses: actions/setup-dotnet@v1
2626
with:
27-
dotnet-version: "5.0"
27+
dotnet-version: "6.0"
2828

2929
- name: Install dependencies
3030
run: dotnet restore

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: .NET SDK
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: "5.0"
23+
dotnet-version: "6.0"
2424

2525
- name: Install dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)