Skip to content

Commit 808fde9

Browse files
committed
Trim needed sdks
1 parent fd83639 commit 808fde9

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
dotnet-version: |
2525
10.0.x
26-
9.0.x
2726
8.0.x
2827
- name: Restore
2928
run: git submodule update --init --recursive
@@ -48,7 +47,6 @@ jobs:
4847
with:
4948
dotnet-version: |
5049
10.0.x
51-
9.0.x
5250
8.0.x
5351
6.0.x
5452
- name: Restore
@@ -93,11 +91,8 @@ jobs:
9391
with:
9492
dotnet-version: |
9593
10.0.x
96-
9.0.x
9794
8.0.x
98-
7.0.x
9995
6.0.x
100-
5.0.x
10196
- name: Restore
10297
run: git submodule update --init --recursive
10398
- name: Build All Docs

.github/workflows/fable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
24+
10.0.x
2425
8.0.x
2526
6.0.x
2627
- name: Restore tools

.github/workflows/release-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: |
24+
10.0.x
2425
8.0.x
2526
6.0.x
2627
- name: Restore

global.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77

88
"additionalSdks": [
9+
"6.0.201",
910
"8.0.100"
1011
]
1112
}

0 commit comments

Comments
 (0)