Skip to content

Commit

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

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24577.1 -> To Version 10.0.0-beta.24578.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 2, 2024
1 parent a08bc2f commit 27b71f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,25 +165,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24577.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24578.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0f89c635d780e183a97ad86af4f3c8d7e95977f</Sha>
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24577.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24578.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0f89c635d780e183a97ad86af4f3c8d7e95977f</Sha>
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24577.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24578.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0f89c635d780e183a97ad86af4f3c8d7e95977f</Sha>
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24577.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24578.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d0f89c635d780e183a97ad86af4f3c8d7e95977f</Sha>
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
Expand Down
6 changes: 1 addition & 5 deletions eng/common/native/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@ case "$os" in
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
# brew update --preinstall

# Temporarily uninstall pkg-config@0.29.2 to work around https://github.com/actions/runner-images/issues/10984
brew uninstall --ignore-dependencies --force pkg-config@0.29.2

brew bundle --no-upgrade --no-lock --file=- <<EOF
brew "cmake"
brew "icu4c"
brew "openssl@3"
brew "pkg-config"
brew "pkgconf"
brew "python3"
brew "pigz"
EOF
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24577.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24577.1"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24578.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24578.2"
},
"sdk": {
"version": "9.0.100"
Expand Down

0 comments on commit 27b71f0

Please # to comment.