This repository was archived by the owner on Jan 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ global_json_file="${repo_root}global.json"
521521# determine if global.json contains a "runtimes" entry
522522global_json_has_runtimes=false
523523if 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
527527elif [[ " $( cat " $global_json_file " ) " =~ \" runtimes\" [[:space:]\: ]* \{ ]]; then
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments