Skip to content

Commit 78da475

Browse files
committed
Update dotnet versions
1 parent 14d9063 commit 78da475

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ 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'
17+
- '10.0'
1118
name: .NET ${{ matrix.dotnet-version }} sample
1219
steps:
1320
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)