Skip to content

Commit ea81bdd

Browse files
authored
[main] Source code updates from dotnet/dotnet (#79620)
> [!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:68bcfd48-e237-4022-9011-da7f2d2b96e6) ## From https://github.com/dotnet/dotnet - **Subscription**: [68bcfd48-e237-4022-9011-da7f2d2b96e6](https://maestro.dot.net/subscriptions?search=68bcfd48-e237-4022-9011-da7f2d2b96e6) - **Build**: [20250725.19](https://dev.azure.com/dnceng/internal/_build/results?buildId=2758480) - **Date Produced**: July 26, 2025 11:11:57 AM UTC - **Commit**: [03fb78540de4e5b3c8874da30e60b58321956993](dotnet/dotnet@03fb785) - **Commit Diff**: [87e4c82...03fb785](dotnet/dotnet@87e4c82...03fb785) - **Branch**: main **Updated Dependencies** - From [2.0.0-beta7.25374.102 to 2.0.0-rc.1.25375.119](dotnet/dotnet@87e4c82...03fb785) - System.CommandLine [marker]: <> (End:68bcfd48-e237-4022-9011-da7f2d2b96e6) [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/arcade@2586309...0fbc9e8 - dotnet/aspnetcore@c56ce2f...bf1f642 - dotnet/command-line-api@dbc3781...3a3e014 - dotnet/diagnostics@7906474...d7d8500 - dotnet/efcore@4ff0eb0...cb3e343 - dotnet/fsharp@a69caee...7dd51e6 - dotnet/msbuild@41f5988...1f60126 - dotnet/sdk@2f666ec...049672a - microsoft/vstest@f97214f...dbcd471 - dotnet/winforms@37effbf...91ebb74 - dotnet/xdt@d1231b2...3ae5c14 [marker]: <> (End:Footer:CodeFlow PR)
2 parents 2736f00 + 5d41fd9 commit ea81bdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="87e4c823cc62a13a3e8afbddc78bf718971f376c" BarId="276628" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="03fb78540de4e5b3c8874da30e60b58321956993" BarId="276828" />
44
<ProductDependencies>
55
<!-- RoslynAnalyzers reference older builds of Roslyn and this is necessary for SourceBuild. -->
66
<Dependency Name="Microsoft.CodeAnalysis" Version="3.11.0">
77
<Uri>https://github.com/dotnet/roslyn</Uri>
88
<Sha>ae1fff344d46976624e68ae17164e0607ab68b10</Sha>
99
</Dependency>
10-
<Dependency Name="System.CommandLine" Version="2.0.0-beta7.25374.102">
10+
<Dependency Name="System.CommandLine" Version="2.0.0-rc.1.25375.119">
1111
<Uri>https://github.com/dotnet/dotnet</Uri>
12-
<Sha>87e4c823cc62a13a3e8afbddc78bf718971f376c</Sha>
12+
<Sha>03fb78540de4e5b3c8874da30e60b58321956993</Sha>
1313
</Dependency>
1414
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
1515
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
Versions managed by Arcade (see Versions.Details.xml)
4949
-->
5050
<PropertyGroup>
51-
<SystemCommandLineVersion>2.0.0-beta7.25374.102</SystemCommandLineVersion>
51+
<SystemCommandLineVersion>2.0.0-rc.1.25375.119</SystemCommandLineVersion>
5252
<SystemCompositionVersion>9.0.0</SystemCompositionVersion>
5353
<SystemConfigurationConfigurationManagerVersion>9.0.0</SystemConfigurationConfigurationManagerVersion>
5454
<SystemDiagnosticsEventLogVersion>9.0.0</SystemDiagnosticsEventLogVersion>

0 commit comments

Comments
 (0)