Skip to content

Commit daf1caa

Browse files
committed
Updated build script
1 parent 2efbd3f commit daf1caa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: '6.0.x'
19+
dotnet-version: '8.0.x'
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build
@@ -27,4 +27,4 @@ jobs:
2727
uses: coverallsapp/github-action@v1
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
30-
path-to-lcov: ./JamSoft.Helpers.Tests/TestResults/coverage.net6.0.info
30+
path-to-lcov: ./JamSoft.Helpers.Tests/TestResults/coverage.net8.0.info

0 commit comments

Comments
 (0)