Skip to content

Commit 38d9172

Browse files
committed
build: add older frameworks for tests
1 parent 10739b4 commit 38d9172

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- name: Setup .NET Core 2.1
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 2.1.x
27+
28+
- name: Setup .NET Core 3.1
29+
uses: actions/setup-dotnet@v4
30+
with:
31+
dotnet-version: 3.1.x
32+
2333
- name: Setup .NET Core 6.0
2434
uses: actions/setup-dotnet@v4
2535
with:

0 commit comments

Comments
 (0)