Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-brazhenko committed Mar 25, 2024
1 parent 5d18f68 commit a6439b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
dotnet: ['3.1.x', '6.0.x', '8.0.x']
dotnet: ['netcoreapp3.1', 'net6.0', 'net8.0']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit a6439b9

Please sign in to comment.