Skip to content

Commit e58c108

Browse files
committed
Remove .net6.0
1 parent 18b7a6a commit e58c108

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@v3
3030
with:
31-
dotnet-version: |
32-
6.0.x
31+
dotnet-version: |
3332
7.0.x
3433
8.0.x
3534

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: |
24-
6.0.x
23+
dotnet-version: |
2524
7.0.x
2625
8.0.x
2726
- name: Restore dependencies

0 commit comments

Comments
 (0)