Skip to content

Commit 254d8b4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231108.3 (#8415)
[main] Update dependencies from dotnet/arcade
1 parent 3f0ca77 commit 254d8b4

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,25 +156,25 @@
156156
</Dependency>
157157
</ProductDependencies>
158158
<ToolsetDependencies>
159-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23557.7">
159+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23558.3">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
161+
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
162162
</Dependency>
163-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.23557.7">
163+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.23558.3">
164164
<Uri>https://github.com/dotnet/arcade</Uri>
165-
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
165+
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
166166
</Dependency>
167-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23557.7">
167+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23558.3">
168168
<Uri>https://github.com/dotnet/arcade</Uri>
169-
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
169+
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
170170
</Dependency>
171-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.23557.7">
171+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.23558.3">
172172
<Uri>https://github.com/dotnet/arcade</Uri>
173-
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
173+
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
174174
</Dependency>
175-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.23557.7">
175+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.23558.3">
176176
<Uri>https://github.com/dotnet/arcade</Uri>
177-
<Sha>aa0317458d29ec79935ca04fa47d3a6f14a0944f</Sha>
177+
<Sha>f2ad2b48b7426e77e19902068b3aa38476073ab1</Sha>
178178
</Dependency>
179179
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
180180
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
</PropertyGroup>
4949
<!-- Packages that come from https://github.com/dotnet/arcade -->
5050
<PropertyGroup>
51-
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.23557.7</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.23557.7</MicrosoftDotNetCodeAnalysisPackageVersion>
51+
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.23558.3</MicrosoftDotNetApiCompatVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.23558.3</MicrosoftDotNetCodeAnalysisPackageVersion>
5353
</PropertyGroup>
5454
<!-- Sourcelink -->
5555
<PropertyGroup>

eng/common/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function GetDotNetInstallScript {
310310
curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || {
311311
if command -v openssl &> /dev/null; then
312312
echo "Curl failed; dumping some information about dotnet.microsoft.com for later investigation"
313-
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443
313+
echo | openssl s_client -showcerts -servername dotnet.microsoft.com -connect dotnet.microsoft.com:443 || true
314314
fi
315315
echo "Will now retry the same URL with verbose logging."
316316
with_retries curl "$install_script_url" -sSL --verbose --retry 10 --create-dirs -o "$install_script" || {

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23557.7"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23558.3",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23558.3"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-alpha.1.23511.2"

0 commit comments

Comments
 (0)