Skip to content

Commit d91bd6c

Browse files
authored
[release/10.0.2xx] Source code updates from dotnet/dotnet (#9988)
> [!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**: [20260313.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2926150) ([306140](https://maestro.dot.net/channel/8856/github:dotnet:dotnet/build/306140)) - **Date Produced**: March 14, 2026 12:33:36 AM UTC - **Commit**: [85b1f0b6d60da5e767ebb4b4cfd0a15026a94781](dotnet/dotnet@85b1f0b) - **Commit Diff**: [5433049...85b1f0b](dotnet/dotnet@5433049...85b1f0b) - **Branch**: [release/10.0.2xx](https://github.com/dotnet/dotnet/tree/release/10.0.2xx) **Updated Dependencies** - From [10.0.0-beta.26162.117 to 10.0.0-beta.26163.114](dotnet/dotnet@5433049...85b1f0b) - Microsoft.DotNet.Arcade.Sdk [marker]: <> (End:218b18c6-3141-46a7-bef8-175dd72c3af9) [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/roslyn@1141354...7ca9fe1 <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:85b1f0b6d60da5e767ebb4b4cfd0a15026a94781..https://github.com/dotnet/templating:darc-release/10.0.2xx-d80a48ad-3658-4c7d-85b6-b052a9a3a9c8 ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents c4af218 + 36b2b4a commit d91bd6c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.26162.117</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26163.114</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="543304928841e4b0e33fe59140004d2fb563c7e4" BarId="305986" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="85b1f0b6d60da5e767ebb4b4cfd0a15026a94781" BarId="306140" />
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.26162.117">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26163.114">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>543304928841e4b0e33fe59140004d2fb563c7e4</Sha>
13+
<Sha>85b1f0b6d60da5e767ebb4b4cfd0a15026a94781</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.103"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26162.117"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26163.114"
1717
}
1818
}

0 commit comments

Comments
 (0)