We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4742ab0 commit 2a9e285Copy full SHA for 2a9e285
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- dotnet-version: ['3.1.x', '6.0.x']
+ dotnet-version: ['6.0.x']
10
steps:
11
- uses: actions/checkout@v3
12
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
0 commit comments