File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 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 =" 7.0.0-beta.22601.3 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 7.0.0-beta.22601.6 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
8
+ <Sha >c01ccbc9554b39205750bf5bda7aad29f89bc0c9 </Sha >
9
9
</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 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
12
+ <Sha >c01ccbc9554b39205750bf5bda7aad29f89bc0c9 </Sha >
13
13
</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 " >
15
15
<Uri >https://github.com/dotnet/arcade</Uri >
16
- <Sha >06f4fb81b32083ab58523f1ea0555a3bcbda6066 </Sha >
16
+ <Sha >c01ccbc9554b39205750bf5bda7aad29f89bc0c9 </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 >7.0.0-beta.22601.3 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >7.0.0-beta.22601.6 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ global_json_file="${repo_root}global.json"
511
511
# determine if global.json contains a "runtimes" entry
512
512
global_json_has_runtimes=false
513
513
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
515
515
global_json_has_runtimes=true
516
516
fi
517
517
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" : " 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 " ,
8
8
"Microsoft.Build.Traversal" : " 2.0.34"
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments