Skip to content

Commit 3947215

Browse files
committed
remove obsolete dotnet versions
1 parent bbd9d8d commit 3947215

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ jobs:
4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow
4545

46-
- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
46+
- name: Install .NET SDK 6.0.x and 8.0.x
4747
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: |
50-
2.1.x
51-
3.1.x
52-
5.0.x
5350
6.0.x
51+
8.0.x
5452
5553
- name: Cache Tools
5654
uses: actions/cache@v4

0 commit comments

Comments
 (0)