Skip to content

Commit d1d9fe4

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250210.3 (#10440)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25106.4 -> To Version 10.0.0-beta.25110.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 9e9c982 commit d1d9fe4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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="10.0.0-beta.25106.4">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25110.3">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
170+
<Sha>c80f5199af3eb3ebf00ca30ec4fa3af93faf0439</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25106.4">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25110.3">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
174+
<Sha>c80f5199af3eb3ebf00ca30ec4fa3af93faf0439</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25106.4">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25110.3">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
178+
<Sha>c80f5199af3eb3ebf00ca30ec4fa3af93faf0439</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="10.0.0-beta.25106.4">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25110.3">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
186+
<Sha>c80f5199af3eb3ebf00ca30ec4fa3af93faf0439</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/common/core-templates/steps/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
# in the default public locations.
3838
internalRuntimeDownloadArgs=
3939
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
40-
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
40+
internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot.net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
4141
fi
4242
4343
buildConfig=Release

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25106.4",
15-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25106.4",
14+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25110.3",
15+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25110.3",
1616
"Microsoft.Build.NoTargets": "3.7.56"
1717
},
1818
"sdk": {

0 commit comments

Comments
 (0)