Skip to content

Commit

Permalink
remove obsolete dotnet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 9, 2025
1 parent bbd9d8d commit 3947215
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow

- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
- name: Install .NET SDK 6.0.x and 8.0.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
8.0.x
- name: Cache Tools
uses: actions/cache@v4
Expand Down

0 comments on commit 3947215

Please sign in to comment.