Skip to content

Commit cc5c32d

Browse files
committed
Remove left-overs from SDK workaround
1 parent 73e9e33 commit cc5c32d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: .github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: Setup .NET
4646
uses: actions/setup-dotnet@v4
4747
with:
48-
# Block buggy release from February 11, 2025
4948
dotnet-version: |
5049
8.0.*
5150
9.0.*
@@ -164,7 +163,6 @@ jobs:
164163
- name: Setup .NET
165164
uses: actions/setup-dotnet@v4
166165
with:
167-
# Block buggy release from February 11, 2025
168166
dotnet-version: |
169167
8.0.*
170168
9.0.*
@@ -220,7 +218,6 @@ jobs:
220218
- name: Setup .NET
221219
uses: actions/setup-dotnet@v4
222220
with:
223-
# Block buggy release from February 11, 2025
224221
dotnet-version: |
225222
8.0.*
226223
9.0.*

Diff for: .github/workflows/codeql.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
# Block buggy release from February 11, 2025
3029
dotnet-version: |
31-
8.0.309
32-
9.0.103
30+
8.0.*
31+
9.0.*
3332
- name: Git checkout
3433
uses: actions/checkout@v4
3534
- name: Initialize CodeQL

0 commit comments

Comments
 (0)