Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 197ff0a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221129.2 (#595)
[main] Update dependencies from dotnet/arcade
1 parent afa19aa commit 197ff0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22575.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22579.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
8+
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/tools.sh

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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet": "7.0.100"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22575.1"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22579.2"
77
}
88
}

0 commit comments

Comments
 (0)