Skip to content

Commit

Permalink
Update CI to .net8
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wyżgoł committed Jan 15, 2024
1 parent 735cabf commit 4f33ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: .NET 7.0
- name: .NET 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion include.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ function Check-ExitCode() {
}

function Get-UsedTargetFramework() {
return 'net7.0'
return 'net8.0'
}

0 comments on commit 4f33ddc

Please sign in to comment.