Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20231…
Browse files Browse the repository at this point in the history
…108.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.SwaggerGenerator.MSBuild
 From Version 8.0.0-beta.23265.1 -> To Version 9.0.0-beta.23558.3
  • Loading branch information
dotnet-maestro[bot] committed Nov 9, 2023
1 parent e3d402e commit ebecdb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23557.7">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="9.0.0-beta.23558.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function GetDotNetInstallScript {
curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || {
if command -v openssl &> /dev/null; then
echo "Curl failed; dumping some information about dotnet.microsoft.com for later investigation"
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 || true
fi
echo "Will now retry the same URL with verbose logging."
with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || {
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23558.3"
}
}

0 comments on commit ebecdb7

Please sign in to comment.