Skip to content

Commit ef8243d

Browse files
authored
[release/10.0.2xx] Source code updates from dotnet/dotnet (#10054)
> [!NOTE] > This is a codeflow update. It may contain both source code changes from > [the VMR](https://github.com/dotnet/dotnet) > as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:218b18c6-3141-46a7-bef8-175dd72c3af9) ## From https://github.com/dotnet/dotnet - **Subscription**: [218b18c6-3141-46a7-bef8-175dd72c3af9](https://maestro.dot.net/subscriptions?search=218b18c6-3141-46a7-bef8-175dd72c3af9) - **Build**: [20260325.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2935868) ([307798](https://maestro.dot.net/channel/8856/github:dotnet:dotnet/build/307798)) - **Date Produced**: March 26, 2026 12:09:24 AM UTC - **Commit**: [ea8a158abce6c054751f1e5eabc586d0c253f6b1](dotnet/dotnet@ea8a158) - **Commit Diff**: [1154613...ea8a158](dotnet/dotnet@1154613...ea8a158) - **Branch**: [release/10.0.2xx](https://github.com/dotnet/dotnet/tree/release/10.0.2xx) **Updated Dependencies** - From [10.0.0-beta.26170.111 to 10.0.0-beta.26175.116](dotnet/dotnet@1154613...ea8a158) - Microsoft.DotNet.Arcade.Sdk [marker]: <> (End:218b18c6-3141-46a7-bef8-175dd72c3af9) [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/roslyn@978deed...f788eaf - dotnet/sdk@b50856e...8d38aef - dotnet/source-build-reference-packages@c0d7cdf...9df2e4e <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:ea8a158abce6c054751f1e5eabc586d0c253f6b1..https://github.com/dotnet/templating:darc-release/10.0.2xx-1b23de11-c51d-417b-aaba-5caec4dfc10d ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents ccd0085 + adf914a commit ef8243d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26170.111</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26175.116</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.4</SystemCommandLinePackageVersion>
1111
<!-- dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="115461302edc70fe6e7c8ba73d0b40d328add55c" BarId="307126" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="ea8a158abce6c054751f1e5eabc586d0c253f6b1" BarId="307798" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.4">
66
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>
77
<Sha>80d3e14f5e08b4888f464e3cd0d0b2445b63ec46</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26170.111">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26175.116">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>115461302edc70fe6e7c8ba73d0b40d328add55c</Sha>
13+
<Sha>ea8a158abce6c054751f1e5eabc586d0c253f6b1</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.1">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.201"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26170.111"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.116"
1717
}
1818
}

0 commit comments

Comments
 (0)