Skip to content

Commit

Permalink
Remove .NET Core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Mar 12, 2022
1 parent 16f4194 commit 1aab01c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -62,11 +62,6 @@ jobs:

- uses: actions/checkout@v2

- name: Setup .NET Core 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.1.x"

- name: Setup .NET Core 3.1.x
uses: actions/setup-dotnet@v1
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -62,11 +62,6 @@ jobs:

- uses: actions/checkout@v2

- name: Setup .NET Core 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.1.x"

- name: Setup .NET Core 3.1.x
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 1aab01c

Please sign in to comment.