Skip to content

Commit 4aba446

Browse files
authored
Update dotnetcore.yml
1 parent f13782a commit 4aba446

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
strategy:
14-
matrix:
15-
dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0' ]
13+
1614
steps:
1715
- uses: actions/checkout@v2
1816
- name: Setup .NET Core
1917
uses: actions/setup-dotnet@v1
2018
with:
21-
dotnet-version: ${{ matrix.dotnet-version }}
19+
dotnet-version: 6.0
2220
- name: Install dependencies
2321
run: dotnet restore
2422
- name: Build

0 commit comments

Comments
 (0)