Skip to content

Commit 3e0eafa

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220411.6 (#2363)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 7.0.0-beta.22206.10 -> To Version 7.0.0-beta.22211.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 00e3973 commit 3e0eafa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22206.10">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22211.6">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
24+
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22206.10">
26+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22211.6">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>549523c3fc8929da1a3073d1a97f298e0d1dc342</Sha>
28+
<Sha>d2715c6ef2c3e2847925250f0a8012344fbb9846</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</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
loongarch64)
@@ -64,7 +64,7 @@ case $cpuname in
6464
armv*l)
6565
buildarch=arm
6666
;;
67-
i686)
67+
i[3-6]86)
6868
buildarch=x86
6969
;;
7070
*)

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "7.0.100-preview.2.22153.17"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22206.10",
7-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22206.10"
6+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22211.6",
7+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22211.6"
88
},
99
"native-tools": {
1010
"python3": "3.7.1"

0 commit comments

Comments
 (0)