File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
</Dependency >
20
20
</ProductDependencies >
21
21
<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 " >
23
23
<Uri >https://github.com/dotnet/arcade</Uri >
24
- <Sha >549523c3fc8929da1a3073d1a97f298e0d1dc342 </Sha >
24
+ <Sha >d2715c6ef2c3e2847925250f0a8012344fbb9846 </Sha >
25
25
</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 " >
27
27
<Uri >https://github.com/dotnet/arcade</Uri >
28
- <Sha >549523c3fc8929da1a3073d1a97f298e0d1dc342 </Sha >
28
+ <Sha >d2715c6ef2c3e2847925250f0a8012344fbb9846 </Sha >
29
29
</Dependency >
30
30
</ToolsetDependencies >
31
31
</Dependencies >
Original file line number Diff line number Diff line change 52
52
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
53
53
cpuname=$( uname -m)
54
54
case $cpuname in
55
- aarch64)
55
+ arm64| aarch64)
56
56
buildarch=arm64
57
57
;;
58
58
loongarch64)
@@ -64,7 +64,7 @@ case $cpuname in
64
64
armv* l)
65
65
buildarch=arm
66
66
;;
67
- i686 )
67
+ i[3-6]86 )
68
68
buildarch=x86
69
69
;;
70
70
* )
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 7.0.100-preview.2.22153.17"
4
4
},
5
5
"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 "
8
8
},
9
9
"native-tools" : {
10
10
"python3" : " 3.7.1"
You can’t perform that action at this time.
0 commit comments