Skip to content

Commit 0f04992

Browse files
authored
[macOS] Add .NET 10 SDK (actions#13338)
1 parent 9dd0b1a commit 0f04992

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

images/macos/toolsets/toolset-14.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,15 @@
203203
"x64": {
204204
"versions": [
205205
"8.0",
206-
"9.0"
206+
"9.0",
207+
"10.0"
207208
]
208209
},
209210
"arm64": {
210211
"versions": [
211212
"8.0",
212-
"9.0"
213+
"9.0",
214+
"10.0"
213215
]
214216
}
215217
}

images/macos/toolsets/toolset-15.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,15 @@
223223
"x64": {
224224
"versions": [
225225
"8.0",
226-
"9.0"
226+
"9.0",
227+
"10.0"
227228
]
228229
},
229230
"arm64": {
230231
"versions": [
231232
"8.0",
232-
"9.0"
233+
"9.0",
234+
"10.0"
233235
]
234236
}
235237
}

images/macos/toolsets/toolset-26.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
"arm64": {
127127
"versions": [
128128
"8.0",
129-
"9.0"
129+
"9.0",
130+
"10.0"
130131
]
131132
}
132133
}

0 commit comments

Comments
 (0)