Skip to content

Commit a452072

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20221129.2 (#326)
[dotnet/main] Update dependencies from dotnet/arcade
1 parent aad2643 commit a452072

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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>
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">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
12+
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
1313
</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">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>b61fcdfe86b30fe91898bfb296f4f4396fe5d87a</Sha>
16+
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.22575.1</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.22579.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ global_json_file="${repo_root}global.json"
521521
# determine if global.json contains a "runtimes" entry
522522
global_json_has_runtimes=false
523523
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
525525
global_json_has_runtimes=true
526526
fi
527527
elif [[ "$(cat "$global_json_file")" =~ \"runtimes\"[[:space:]\:]*\{ ]]; then

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "7.0.100"
44
},
55
"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",
88
"Microsoft.Build.Traversal": "2.0.34"
99
}
1010
}

0 commit comments

Comments
 (0)