Skip to content

Commit b8604f8

Browse files
authored
[release/10.0.1xx] Source code updates from dotnet/dotnet (#9872)
> [!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**: [20260223.5](https://dev.azure.com/dnceng/internal/_build/results?buildId=2910550) ([303025](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/303025)) - **Date Produced**: February 23, 2026 6:08:01 PM UTC - **Commit**: [c062731b2949ba96a396c221b3978fcb0a1decd0](dotnet/dotnet@c062731) - **Commit Diff**: [cfcf1b8...c062731](dotnet/dotnet@cfcf1b8...c062731) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-beta.26117.115 to 10.0.0-beta.26123.105][5] - Microsoft.DotNet.Arcade.Sdk - From [2.0.4 to 2.0.5][5] - System.CommandLine [marker]: <> (End:2146351c-d624-4a08-bc4e-875e6191f66e) [1]: dotnet/dotnet@cfcf1b8...0ca0f25 [2]: dotnet/dotnet@cfcf1b8...a3bb35c [3]: dotnet/dotnet@cfcf1b8...156ff45 [4]: dotnet/dotnet@cfcf1b8...e3f0655 [5]: dotnet/dotnet@cfcf1b8...c062731 [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/arcade@4bf37ce...eae2786 - dotnet/aspnetcore@376b036...43b19dd - dotnet/efcore@0e146f5...5ccb348 - dotnet/roslyn@39f5221...c0cf609 - dotnet/runtime@066be76...ad38f95 - dotnet/scenario-tests@64f9f4b...b634189 - dotnet/sdk@23179aa...458ee8b - dotnet/source-build-assets@83baa85...e3466df - dotnet/sourcelink@87111bc...89b290f - 8f46f06...1d35c94 - dotnet/windowsdesktop@16400fd...11c3ba6 <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:c062731b2949ba96a396c221b3978fcb0a1decd0..https://github.com/dotnet/templating:darc-release/10.0.1xx-65a8b3ee-14ce-42a3-8cc6-b2b4ccd4fbe0 ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents 53fd3d4 + 9b593c7 commit b8604f8

5 files changed

Lines changed: 10 additions & 10 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-cfcf1b8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-cfcf1b8d/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-c062731" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-c062731b/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26117.115</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>2.0.4</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26123.105</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>2.0.5</SystemCommandLinePackageVersion>
1111
<!-- _git/dotnet-runtime dependencies -->
1212
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.1</MicrosoftBclAsyncInterfacesPackageVersion>
1313
<MicrosoftExtensionsLoggingPackageVersion>10.0.1</MicrosoftExtensionsLoggingPackageVersion>

eng/Version.Details.xml

Lines changed: 5 additions & 5 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="cfcf1b8da3891fb3be2e2ad92fc1c39496c10248" BarId="302254" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="c062731b2949ba96a396c221b3978fcb0a1decd0" BarId="303025" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.4">
5+
<Dependency Name="System.CommandLine" Version="2.0.5">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>cfcf1b8da3891fb3be2e2ad92fc1c39496c10248</Sha>
7+
<Sha>c062731b2949ba96a396c221b3978fcb0a1decd0</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26117.115">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26123.105">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>cfcf1b8da3891fb3be2e2ad92fc1c39496c10248</Sha>
13+
<Sha>c062731b2949ba96a396c221b3978fcb0a1decd0</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.1">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="Version.Details.props" />
44

55
<PropertyGroup>
6-
<VersionPrefix>10.0.104</VersionPrefix>
6+
<VersionPrefix>10.0.105</VersionPrefix>
77
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration></PreReleaseVersionIteration>
99
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

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.26117.115"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26123.105"
1717
}
1818
}

0 commit comments

Comments
 (0)