Skip to content

Commit ad461be

Browse files
authored
ci: don't install net core 2.1 (#120)
1 parent 81da9e5 commit ad461be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: |
26-
2.1.x
2726
3.1.x
2827
5.0.x
2928
6.0.x
@@ -46,7 +45,6 @@ jobs:
4645
uses: actions/setup-dotnet@v4
4746
with:
4847
dotnet-version: |
49-
2.1.x
5048
3.1.x
5149
5.0.x
5250
6.0.x

0 commit comments

Comments
 (0)