Skip to content

Commit 888e697

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221108.7 (#29542)
[release/6.0] Update dependencies from dotnet/arcade
1 parent 3d19b67 commit 888e697

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
</Dependency>
4848
</ProductDependencies>
4949
<ToolsetDependencies>
50-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22558.2">
50+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22558.7">
5151
<Uri>https://github.com/dotnet/arcade</Uri>
52-
<Sha>841e1fe0d2498a7ac6445e458ae521511ec226ca</Sha>
52+
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
5353
</Dependency>
54-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22558.2">
54+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22558.7">
5555
<Uri>https://github.com/dotnet/arcade</Uri>
56-
<Sha>841e1fe0d2498a7ac6445e458ae521511ec226ca</Sha>
56+
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
5757
</Dependency>
5858
</ToolsetDependencies>
5959
</Dependencies>

eng/common/dotnet-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ done
5252
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
5353
cpuname=$(uname -m)
5454
case $cpuname in
55-
aarch64)
55+
arm64|aarch64)
5656
buildarch=arm64
5757
;;
5858
amd64|x86_64)
@@ -61,7 +61,7 @@ case $cpuname in
6161
armv*l)
6262
buildarch=arm
6363
;;
64-
i686)
64+
i[3-6]86)
6565
buildarch=x86
6666
;;
6767
*)

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rollForward": "latestMajor"
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.2",
22-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.7",
22+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.7"
2323
}
2424
}

0 commit comments

Comments
 (0)