We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc1312 commit e990a10Copy full SHA for e990a10
.github/workflows/dotnet.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- dotnet-version: [ '5.0.x', '6.0.x', '7.0.x', '8.0.x', '9.0.x' ] # Add/remove versions as needed
+ dotnet-version: [ '8.0.x' ] # Add/remove versions as needed
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments