Skip to content

Commit

Permalink
ci: Enabled .NET 6 and .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Mar 25, 2024
1 parent 64553db commit 6e5c420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
disablePublish: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: |
6.x
7.x
8.x
solution: ./Extensions.Hosting.WinForms.sln
runs-on-build: windows-latest
runs-on-tests: windows-latest
Expand Down

0 comments on commit 6e5c420

Please sign in to comment.