Skip to content

Commit 6152bdd

Browse files
committed
Remove .NET Core 3.1 and .NET 5 builds for now #129
1 parent 4715fb1 commit 6152bdd

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- windows-2022
2222
dotnet:
2323
- net6.0
24-
- net5.0
25-
- netcoreapp3.1
2624
- net461
2725
exclude:
2826
- os: ubuntu-latest

.github/workflows/command-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- windows-2022
3131
dotnet:
3232
- net6.0
33-
- net5.0
34-
- netcoreapp3.1
3533
- net461
3634
exclude:
3735
- os: ubuntu-latest

.github/workflows/publish-version.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- windows-2022
1818
dotnet:
1919
- net6.0
20-
- net5.0
21-
- netcoreapp3.1
2220
- net461
2321
exclude:
2422
- os: ubuntu-latest

0 commit comments

Comments
 (0)