Skip to content

Commit 6d8f7fc

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221108.7 (#315)
[dotnet/release/6.0] Update dependencies from dotnet/arcade
1 parent 7d933e6 commit 6d8f7fc

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22558.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22558.7">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>841e1fe0d2498a7ac6445e458ae521511ec226ca</Sha>
8+
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22558.2">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22558.7">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>841e1fe0d2498a7ac6445e458ae521511ec226ca</Sha>
12+
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22558.2">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="6.0.0-beta.22558.7">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>841e1fe0d2498a7ac6445e458ae521511ec226ca</Sha>
16+
<Sha>a7773a9828c67a9b1fba3d2daee061ec90db3505</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.22558.2</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>6.0.0-beta.22558.7</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

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
@@ -3,8 +3,8 @@
33
"dotnet": "6.0.111"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.2",
7-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.2",
6+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.7",
7+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.7",
88
"Microsoft.Build.Traversal": "2.0.2"
99
}
1010
}

0 commit comments

Comments
 (0)