Skip to content

Commit 75e99c0

Browse files
committed
Update dotnet versions
1 parent 14d9063 commit 75e99c0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ jobs:
66
strategy:
77
matrix:
88
dotnet-version:
9-
- '2.1'
109
- '2.2'
10+
- '3.0'
11+
- '3.1'
12+
- '5.0'
13+
- '6.0'
14+
- '7.0'
15+
- '8.0'
16+
- '9.0'
1117
name: .NET ${{ matrix.dotnet-version }} sample
1218
steps:
1319
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)