Skip to content

Commit e345d0d

Browse files
committed
Update build to .NET 6
1 parent 62765e3 commit e345d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Setup .NET Core SDK
2020
uses: actions/setup-dotnet@v1
2121
with:
22-
dotnet-version: "5.0.x"
22+
dotnet-version: "6.0.x"
2323

2424
- name: Test
2525
run: dotnet test --collect:"XPlat Code Coverage"
26-
26+
2727
- name: Update codecov
2828
if: startsWith(github.repository, 'khellang/')
2929
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)