File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<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 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >b61fcdfe86b30fe91898bfb296f4f4396fe5d87a </Sha >
8
+ <Sha >6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22575.1 " >
10
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.22579.2 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >b61fcdfe86b30fe91898bfb296f4f4396fe5d87a </Sha >
12
+ <Sha >6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 </Sha >
13
13
</Dependency >
14
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 8.0.0-beta.22575.1 " >
14
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 8.0.0-beta.22579.2 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >b61fcdfe86b30fe91898bfb296f4f4396fe5d87a </Sha >
16
+ <Sha >6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6 </Sha >
17
17
</Dependency >
18
18
</ToolsetDependencies >
19
19
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >8.0.0-beta.22575.1 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >8.0.0-beta.22579.2 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ global_json_file="${repo_root}global.json"
521
521
# determine if global.json contains a "runtimes" entry
522
522
global_json_has_runtimes=false
523
523
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
525
525
global_json_has_runtimes=true
526
526
fi
527
527
elif [[ " $( cat " $global_json_file " ) " =~ \" runtimes\" [[:space:]\: ]* \{ ]]; then
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 7.0.100"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22575.1 " ,
7
- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22575.1 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.22579.2 " ,
7
+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.22579.2 " ,
8
8
"Microsoft.Build.Traversal" : " 2.0.34"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments