We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
C#
1 parent 76ceb08 commit 9296871Copy full SHA for 9296871
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
strategy:
86
fail-fast: false
87
matrix:
88
- dotnet: [ '8.0.x' ]
+ dotnet: [ '8.0.x', '9.0.x', '10.0.x', '11.0.x', '12.0.x', '13.0.x' ]
89
env:
90
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
91
DOTNET_CLI_TELEMETRY_OPTOUT: 1
0 commit comments