Skip to content

Commit

Permalink
updated build workflows to .Net 6 #23
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Nov 24, 2021
1 parent 3d33faf commit ea5d3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .Net
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Restore Dependencies
run: dotnet restore src/CodeCoverageSummary.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .Net
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Restore Dependencies
run: dotnet restore src/CodeCoverageSummary.sln
Expand Down

0 comments on commit ea5d3b4

Please sign in to comment.