Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#10099)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/arcade build 20241120.1

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

* Update dependencies from https://github.com/dotnet/arcade build 20241120.4

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

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Nov 22, 2024
1 parent bbfc24f commit d2ec0db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 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.24564.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24570.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
<Sha>0c8f4989db0251f49a4f37d1b35bf4da1e9d6415</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24564.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24570.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
<Sha>0c8f4989db0251f49a4f37d1b35bf4da1e9d6415</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24564.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24570.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
<Sha>0c8f4989db0251f49a4f37d1b35bf4da1e9d6415</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.24564.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24570.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c1852b9ac37df9a86630c2f078dbee43f7b186e7</Sha>
<Sha>0c8f4989db0251f49a4f37d1b35bf4da1e9d6415</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
Expand Down
4 changes: 4 additions & 0 deletions eng/common/native/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ 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"
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.24564.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24564.1"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24570.4",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24570.4"
},
"sdk": {
"version": "9.0.100"
Expand Down

0 comments on commit d2ec0db

Please # to comment.