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.
1 parent 95222de commit e6c3ae5Copy full SHA for e6c3ae5
.github/workflows/pull-requests.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- dotnet: [3.1.302]
+ dotnet: [3.1.302, 5.0.100]
16
runs-on: ${{ matrix.os }}
17
18
steps:
0 commit comments