Skip to content

Commit 40b5a62

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241128.2 (dotnet#2669)
[main] Update dependencies from dotnet/arcade
1 parent 69acefb commit 40b5a62

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

eng/Version.Details.xml

+6-6
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="10.0.0-beta.24572.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24578.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>7d955f9f470465e144c76d47fd2596a0e4c02a21</Sha>
8+
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24572.3">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24578.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>7d955f9f470465e144c76d47fd2596a0e4c02a21</Sha>
12+
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24572.3">
14+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24578.2">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>7d955f9f470465e144c76d47fd2596a0e4c02a21</Sha>
16+
<Sha>e8de3415124309210e4cbd0105e4a9da8dc01696</Sha>
1717
</Dependency>
1818
</ToolsetDependencies>
1919
</Dependencies>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
1616
<SystemIOHashingVersion>8.0.0</SystemIOHashingVersion>
1717
<MicrosoftBclTimeProviderVersion>8.0.0</MicrosoftBclTimeProviderVersion>
18-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24572.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
18+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24578.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
1919
</PropertyGroup>
2020
</Project>

eng/common/native/install-dependencies.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,11 @@ case "$os" in
4444
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
4545
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
4646
# brew update --preinstall
47-
48-
# Temporarily uninstall [email protected] to work around https://github.com/actions/runner-images/issues/10984
49-
brew uninstall --ignore-dependencies --force [email protected]
50-
5147
brew bundle --no-upgrade --no-lock --file=- <<EOF
5248
brew "cmake"
5349
brew "icu4c"
5450
brew "openssl@3"
55-
brew "pkg-config"
51+
brew "pkgconf"
5652
brew "python3"
5753
brew "pigz"
5854
EOF

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24572.3",
22-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24572.3"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24578.2",
22+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24578.2"
2323
}
2424
}

0 commit comments

Comments
 (0)