Skip to content

Commit 43757ca

Browse files
committed
Remove .NET {6, 7, 8}.x from CI workflows (build-and-test and publish)
1 parent 464fbb2 commit 43757ca

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: |
35-
6.x
36-
7.x
37-
8.x
3835
9.x
3936
10.x
4037
- name: Restore

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: |
37-
6.x
38-
7.x
39-
8.x
4037
9.x
4138
10.x
4239
- name: Restore
@@ -56,9 +53,6 @@ jobs:
5653
uses: actions/setup-dotnet@v5
5754
with:
5855
dotnet-version: |
59-
6.x
60-
7.x
61-
8.x
6256
9.x
6357
10.x
6458
- name: Create Release NuGet package

0 commit comments

Comments
 (0)