Skip to content

Commit a6c6797

Browse files
authored
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10061)
> [!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:2146351c-d624-4a08-bc4e-875e6191f66e) ## From https://github.com/dotnet/dotnet - **Subscription**: [2146351c-d624-4a08-bc4e-875e6191f66e](https://maestro.dot.net/subscriptions?search=2146351c-d624-4a08-bc4e-875e6191f66e) - **Build**: [20260325.23](https://dev.azure.com/dnceng/internal/_build/results?buildId=2936200) ([307867](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/307867)) - **Date Produced**: March 26, 2026 12:42:00 PM UTC - **Commit**: [ebe6ebbcfec145053fd5e04812abe8d2a4e53bda](dotnet/dotnet@ebe6ebb) - **Commit Diff**: [203f3eb...ebe6ebb](dotnet/dotnet@203f3eb...ebe6ebb) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-beta.26175.109 to 10.0.0-beta.26175.123][1] - Microsoft.DotNet.Arcade.Sdk - From [2.0.6 to 2.0.6][1] - System.CommandLine [marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e) [1]: dotnet/dotnet@203f3eb...ebe6ebb [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/efcore@b85b2e3...a9f93cc - dotnet/runtime@21ef687...7706f54 - dotnet/sdk@ac6b555...31e29c4 - dotnet/source-build-reference-packages@de02537...9df2e4e - 1309155...00ea651 - dotnet/winforms@0bfec56...5089e7b <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:ebe6ebbcfec145053fd5e04812abe8d2a4e53bda..https://github.com/dotnet/templating:darc-release/10.0.1xx-007a0f92-3b41-4825-8628-8592f588eefa ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents 4c918cc + 8b651d2 commit a6c6797

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<add key="darc-pub-dotnet-dotnet-203f3eb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-203f3eb1/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-ebe6ebb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-ebe6ebbc/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!-- Begin: Package sources from dotnet-runtime -->
1010
<!-- End: Package sources from dotnet-runtime -->

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.26175.109</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26175.123</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.6</SystemCommandLinePackageVersion>
1111
<!-- dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 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="203f3eb1a79cf3e1eacf9fc28b7d2beffa8c14d1" BarId="307777" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="ebe6ebbcfec145053fd5e04812abe8d2a4e53bda" BarId="307867" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.6">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>203f3eb1a79cf3e1eacf9fc28b7d2beffa8c14d1</Sha>
7+
<Sha>ebe6ebbcfec145053fd5e04812abe8d2a4e53bda</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26175.109">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26175.123">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>203f3eb1a79cf3e1eacf9fc28b7d2beffa8c14d1</Sha>
13+
<Sha>ebe6ebbcfec145053fd5e04812abe8d2a4e53bda</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.105"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.109"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26175.123"
1717
}
1818
}

0 commit comments

Comments
 (0)