[MacOS] Add dotnet 8 (#8806)

This commit is contained in:
Alexey-Ayupov
2023-11-15 18:26:17 +01:00
committed by GitHub
parent 820f3ffd42
commit 562b6b9e90
4 changed files with 12 additions and 6 deletions

View File

@@ -322,7 +322,8 @@
"x64": {
"versions": [
"6.0",
"7.0"
"7.0",
"8.0"
]
}
}

View File

@@ -309,7 +309,8 @@
"x64": {
"versions": [
"6.0",
"7.0"
"7.0",
"8.0"
]
}
}

View File

@@ -91,12 +91,14 @@
"arch":{
"x64": {
"versions": [
"7.0"
"7.0",
"8.0"
]
},
"arm64": {
"versions": [
"7.0"
"7.0",
"8.0"
]
}
}

View File

@@ -87,12 +87,14 @@
"arch":{
"x64": {
"versions": [
"7.0"
"7.0",
"8.0"
]
},
"arm64": {
"versions": [
"7.0"
"7.0",
"8.0"
]
}
}