Skip to content

Commit be25c60

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251003.3 (#11158)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25475.3 -> To Version 9.0.0-beta.25503.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9eba3a4 commit be25c60

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25475.3">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25503.3">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
170+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25475.3">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25503.3">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
174+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25475.3">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25503.3">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
178+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.25475.3">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.25503.3">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
186+
<Sha>f8c9a6d12e5a3b281661924da22d7de1cc6ab27d</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Packages that come from https://github.com/dotnet/arcade -->
5353
<PropertyGroup>
5454
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
55-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25475.3</MicrosoftDotNetCodeAnalysisPackageVersion>
55+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25503.3</MicrosoftDotNetCodeAnalysisPackageVersion>
5656
</PropertyGroup>
5757
<!-- Sourcelink -->
5858
<PropertyGroup>

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding = $false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource = "https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments = $true)]
3636
[string[]]$args

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.25475.3",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25475.3"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25503.3",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25503.3"
1717
},
1818
"sdk": {
1919
"version": "9.0.110"

0 commit comments

Comments
 (0)