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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24572.3 " >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24578.2 " >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
6
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
7
7
</Dependency >
8
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.24572.3 " >
8
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.24578.2 " >
9
9
<Uri >https://github.com/dotnet/arcade</Uri >
10
- <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
10
+ <Sha >e8de3415124309210e4cbd0105e4a9da8dc01696 </Sha >
11
11
</Dependency >
12
12
</ToolsetDependencies >
13
13
</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
</Project >
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 [email protected] to work around https://github.com/actions/runner-images/issues/10984
49
- brew uninstall --ignore-dependencies --force
[email protected]
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" : " 2.0.34"
9
9
}
You can’t perform that action at this time.
0 commit comments