Skip to content

Commit 53fd3d4

Browse files
authored
[release/10.0.1xx] Source code updates from dotnet/dotnet (#9858)
> [!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**: [20260217.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2906164) ([302124](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/302124)) - **Date Produced**: February 17, 2026 5:19:03 PM UTC - **Commit**: [1681538ae28fe973fbd1d66f39884ec8cc800269](dotnet/dotnet@1681538) - **Commit Diff**: [8b73f5a...1681538](dotnet/dotnet@8b73f5a...1681538) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-beta.26113.109 to 10.0.0-beta.26117.104][4] - Microsoft.DotNet.Arcade.Sdk - From [2.0.4 to 2.0.4][4] - System.CommandLine [marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e) [1]: dotnet/dotnet@8b73f5a...831f7d2 [2]: dotnet/dotnet@8b73f5a...b66a292 [3]: dotnet/dotnet@8b73f5a...12f41dd [4]: dotnet/dotnet@8b73f5a...1681538 [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/efcore@53ccad6...ae8da6d - dotnet/runtime@190c0c2...066be76 - dotnet/sdk@acef1ca...23179aa <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:1681538ae28fe973fbd1d66f39884ec8cc800269..https://github.com/dotnet/templating:darc-release/10.0.1xx-983a82a4-049d-47f9-93df-18c7d0baa298 ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents 1d35c94 + 1509849 commit 53fd3d4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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-8b73f5a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-8b73f5aa/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-cfcf1b8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-cfcf1b8d/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.26113.109</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26117.115</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.4</SystemCommandLinePackageVersion>
1111
<!-- _git/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="8b73f5aab30c102060a87842741d15b005161478" BarId="301818" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="cfcf1b8da3891fb3be2e2ad92fc1c39496c10248" BarId="302254" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.4">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>8b73f5aab30c102060a87842741d15b005161478</Sha>
7+
<Sha>cfcf1b8da3891fb3be2e2ad92fc1c39496c10248</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26113.109">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26117.115">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>8b73f5aab30c102060a87842741d15b005161478</Sha>
13+
<Sha>cfcf1b8da3891fb3be2e2ad92fc1c39496c10248</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.26113.109"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26117.115"
1717
}
1818
}

0 commit comments

Comments
 (0)