File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 </Dependency >
99 </ProductDependencies >
1010 <ToolsetDependencies >
11- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22578.1 " >
11+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.22579.2 " >
1212 <Uri >https://github.com/dotnet/arcade</Uri >
13- <Sha >3817f2b38a05c37c950715f84c95d452bcacfe52 </Sha >
13+ <Sha >6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 </Sha >
1414 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
1515 </Dependency >
16- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22578.1 " >
16+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22579.2 " >
1717 <Uri >https://github.com/dotnet/arcade</Uri >
18- <Sha >3817f2b38a05c37c950715f84c95d452bcacfe52 </Sha >
18+ <Sha >6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 </Sha >
1919 </Dependency >
2020 </ToolsetDependencies >
2121</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 1818 "perl" : " 5.32.1.1"
1919 },
2020 "msbuild-sdks" : {
21- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22578.1 " ,
22- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22578.1 "
21+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22579.2 " ,
22+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22579.2 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments