Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20221…
Browse files Browse the repository at this point in the history
…201.6 (#330)

[dotnet/release/7.0] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] committed Dec 12, 2022
1 parent 253d216 commit 0b3ae86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22601.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22601.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22601.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22601.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22601.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="7.0.0-beta.22601.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>06f4fb81b32083ab58523f1ea0555a3bcbda6066</Sha>
<Sha>c01ccbc9554b39205750bf5bda7aad29f89bc0c9</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22601.3</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22601.6</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ global_json_file="${repo_root}global.json"
# determine if global.json contains a "runtimes" entry
global_json_has_runtimes=false
if command -v jq &> /dev/null; then
if jq -er '. | select(has("runtimes"))' "$global_json_file" &> /dev/null; then
if jq -e '.tools | has("runtimes")' "$global_json_file" &> /dev/null; then
global_json_has_runtimes=true
fi
elif [[ "$(cat "$global_json_file")" =~ \"runtimes\"[[:space:]\:]*\{ ]]; then
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dotnet": "7.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.3",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22601.3",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.6",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22601.6",
"Microsoft.Build.Traversal": "2.0.34"
}
}

0 comments on commit 0b3ae86

Please sign in to comment.