Skip to content

Commit 0b3ae86

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221201.6 (#330)
[dotnet/release/7.0] Update dependencies from dotnet/arcade
1 parent 253d216 commit 0b3ae86

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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="7.0.0-beta.22601.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22601.6">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
8+
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22601.3">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22601.6">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
12+
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22601.3">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22601.6">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
16+
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</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>7.0.0-beta.22601.3</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22601.6</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ global_json_file="${repo_root}global.json"
511511
# determine if global.json contains a "runtimes" entry
512512
global_json_has_runtimes=false
513513
if command -v jq &> /dev/null; then
514-
if jq -er '. | select(has("runtimes"))' "$global_json_file" &> /dev/null; then
514+
if jq -e '.tools | has("runtimes")' "$global_json_file" &> /dev/null; then
515515
global_json_has_runtimes=true
516516
fi
517517
elif [[ "$(cat "$global_json_file")" =~ \"runtimes\"[[:space:]\:]*\{ ]]; then

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"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.3",
7-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22601.3",
6+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.6",
7+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22601.6",
88
"Microsoft.Build.Traversal": "2.0.34"
99
}
1010
}

0 commit comments

Comments
 (0)