File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<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 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
8
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.24572.3 " >
10
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.24578.2 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
12
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
13
13
</Dependency >
14
14
</ToolsetDependencies >
15
15
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.24572.3 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.24578.2 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
<PropertyGroup >
12
12
<PythonHexVersion >0x030B04F0</PythonHexVersion >
Original file line number Diff line number Diff line change @@ -44,15 +44,11 @@ case "$os" in
44
44
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
45
45
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
46
46
# brew update --preinstall
47
-
48
- # Temporarily uninstall pkg-config@0.29.2 to work around https://github.com/actions/runner-images/issues/10984
49
- brew uninstall --ignore-dependencies --force pkg-config@0.29.2
50
-
51
47
brew bundle --no-upgrade --no-lock --file=- << EOF
52
48
brew "cmake"
53
49
brew "icu4c"
54
50
brew "openssl@3"
55
- brew "pkg-config "
51
+ brew "pkgconf "
56
52
brew "python3"
57
53
brew "pigz"
58
54
EOF
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 9.0.100"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24572.3 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24578.2 " ,
7
7
"Microsoft.Build.NoTargets" : " 3.5.0" ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
You can’t perform that action at this time.
0 commit comments