File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 6767 </Dependency >
6868 </ProductDependencies >
6969 <ToolsetDependencies >
70- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24564.1 " >
70+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.24572.3 " >
7171 <Uri >https://github.com/dotnet/arcade</Uri >
72- <Sha >c1852b9ac37df9a86630c2f078dbee43f7b186e7 </Sha >
72+ <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
7373 </Dependency >
74- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.24564.1 " >
74+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Templating" Version =" 10.0.0-beta.24572.3 " >
7575 <Uri >https://github.com/dotnet/arcade</Uri >
76- <Sha >c1852b9ac37df9a86630c2f078dbee43f7b186e7 </Sha >
76+ <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
7777 </Dependency >
78- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24564.1 " >
78+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 10.0.0-beta.24572.3 " >
7979 <Uri >https://github.com/dotnet/arcade</Uri >
80- <Sha >c1852b9ac37df9a86630c2f078dbee43f7b186e7 </Sha >
80+ <Sha >7d955f9f470465e144c76d47fd2596a0e4c02a21 </Sha >
8181 </Dependency >
8282 </ToolsetDependencies >
8383</Dependencies >
Original file line number Diff line number Diff line change 3333 <SystemRuntimeCachingVersion >10.0.0-alpha.1.24565.3</SystemRuntimeCachingVersion >
3434 </PropertyGroup >
3535 <PropertyGroup Label =" Dependencies from dotnet/arcade" >
36- <MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.24564.1 </MicrosoftDotNetBuildTasksTemplatingVersion >
36+ <MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.24572.3 </MicrosoftDotNetBuildTasksTemplatingVersion >
3737 </PropertyGroup >
3838 <PropertyGroup Label =" Other dependencies" >
3939 <MicrosoftBuildFrameworkVersion >17.8.3</MicrosoftBuildFrameworkVersion >
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ 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+
4751 brew bundle --no-upgrade --no-lock --file=- << EOF
4852brew "cmake"
4953brew "icu4c"
Original file line number Diff line number Diff line change 1313 }
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24564.1 " ,
17- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24564.1 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24572.3 " ,
17+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.24572.3 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments