Skip to content

Commit aa28e0d

Browse files
committed
fix: Only use net9.0 for ci/cd
1 parent 6fcb4de commit aa28e0d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: |
32-
7.0.x
33-
8.0.x
3432
9.0.x
3533
3634
- name: Initialize CodeQL

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: |
28-
7.0.x
29-
8.0.x
3028
9.0.x
3129
- name: Restore dependencies
3230
run: dotnet restore

0 commit comments

Comments
 (0)