Skip to content

Commit f4a8fe9

Browse files
committed
remove 9.x
1 parent 3970767 commit f4a8fe9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-pr-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
fetch-depth: 0
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v4
15-
with: # NOTE: we don't need to install 6.x and 8.x cause they are included in windows-latest(windows-2022) image.
16-
dotnet-version: |
17-
7.x
18-
9.x
15+
with: # NOTE: we don't need to install 6.x, 8.x and 9.x cause they are included in windows-latest(windows-2022) image.
16+
dotnet-version: 7.x
1917

2018
- name: Build Reason
2119
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"

0 commit comments

Comments
 (0)