Skip to content

Commit

Permalink
ci: Upgrade pipeline to support net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Nov 16, 2023
1 parent 9a06246 commit e43af6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Checkout code base
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- name: Cleaning
run: dotnet clean
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit e43af6a

Please sign in to comment.