Skip to content

Commit 322a660

Browse files
author
Jose A. Fernandez
committed
Update .yml file, test framework and .NET version in CI config. Include only net9
1 parent 24170cc commit 322a660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
test-framework: [ 'net8.0', 'net9.0', 'net48', 'net481' ]
14+
test-framework: ['net9.0']
15+
#test-framework: [ 'net8.0', 'net9.0', 'net48', 'net481' ]
1516
steps:
1617
- uses: actions/checkout@v2
1718
- name: Setup .NET
1819
uses: actions/setup-dotnet@v4
1920
with:
20-
dotnet-version: |
21-
8.0.x
21+
dotnet-version:
2222
9.0.x
2323
- name: Install dependencies
2424
working-directory: src

0 commit comments

Comments
 (0)