We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f2604 + b8bc4d4 commit 6da9de5Copy full SHA for 6da9de5
1 file changed
content/actions/guides/building-and-testing-net.md
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
strategy:
46
matrix:
47
- dotnet-version: [ '2.2.103', '3.0', '3.1.x' ]
+ dotnet-version: ['3.0', '3.1.x', '5.0.x' ]
48
49
steps:
50
- uses: actions/checkout@v2
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
- dotnet: [ '2.2.103', '3.0', '3.1.x' ]
+ dotnet: [ '3.0', '3.1.x', '5.0.x' ]
85
86
87
@@ -201,7 +201,7 @@ jobs:
201
202
203
204
+ dotnet-version: [ '3.0', '3.1.x', '5.0.x' ]
205
206
207
0 commit comments