Skip to content

Commit

Permalink
fix framework selection in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hock committed Nov 15, 2024
1 parent c9fa473 commit b884d44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ jobs:
include:
- dotnet-version: '8.0'
display-name: '.NET 8.0'
framework: 'net8'
prefix: 'net8'
framework: 'net8.0'
install-version: '8.0.x'
- dotnet-version: '9.0'
display-name: '.NET 9.0'
framework: 'net9'
prefix: 'net9'
framework: 'net9.0'
install-version: '9.0.x'
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b884d44

Please sign in to comment.