Skip to content

Commit 7960827

Browse files
[main] Source code updates from dotnet/dotnet (#5580)
> [!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:7e2c91d5-dafe-449a-9d20-a3d5aa478584) ## From https://github.com/dotnet/dotnet - **Subscription**: [7e2c91d5-dafe-449a-9d20-a3d5aa478584](https://maestro.dot.net/subscriptions?search=7e2c91d5-dafe-449a-9d20-a3d5aa478584) - **Build**: [20250926.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2802606) ([284895](https://maestro.dot.net/channel/5173/github:dotnet:dotnet/build/284895)) - **Date Produced**: September 26, 2025 6:18:42 PM UTC - **Commit**: [e1eaf1bbd9702e9b6ee9b10dbc94105732e07896](dotnet/dotnet@e1eaf1b) - **Commit Diff**: [c9f0e3e...e1eaf1b](dotnet/dotnet@c9f0e3e...e1eaf1b) - **Branch**: [release/10.0.1xx](https://github.com/dotnet/dotnet/tree/release/10.0.1xx) **Updated Dependencies** - From [10.0.0-rtm.25475.106 to 10.0.0-rtm.25476.104][1] - Microsoft.AspNetCore.App.Ref - Microsoft.AspNetCore.App.Ref.Internal - Microsoft.NETCore.App.Ref - Microsoft.NETCore.Platforms - runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport - runtime.linux-x64.Microsoft.DotNet.Cdac.Transport - runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport - runtime.osx-x64.Microsoft.DotNet.Cdac.Transport - runtime.win-arm64.Microsoft.DotNet.Cdac.Transport - runtime.win-x64.Microsoft.DotNet.Cdac.Transport - From [5.0.0-2.25475.106 to 5.0.0-2.25476.104][1] - Microsoft.CodeAnalysis - Microsoft.CodeAnalysis.Analyzers - Microsoft.CodeAnalysis.CSharp - From [10.0.100-rtm.25475.106 to 10.0.100-rtm.25476.104][1] - Microsoft.CodeAnalysis.NetAnalyzers - Microsoft.NET.Sdk - From [10.0.0-beta.25475.106 to 10.0.0-beta.25476.104][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.CodeAnalysis [marker]: <> (End:7e2c91d5-dafe-449a-9d20-a3d5aa478584) [1]: dotnet/dotnet@c9f0e3e...e1eaf1b [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/aspnetcore@9ee3a38...8d29610 - dotnet/efcore@a4f37c5...3c78edc - dotnet/fsharp@e0100ac...605486e - dotnet/runtime@d8e71a4...812c6ca [marker]: <> (End:Footer:CodeFlow PR) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent c6a06b4 commit 7960827

File tree

3 files changed

+53
-53
lines changed

3 files changed

+53
-53
lines changed

eng/Version.Details.props

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ This file should be imported by eng/Versions.props
1313
<!-- dotnet/android dependencies -->
1414
<XamarinAndroidToolsAndroidSdkPackageVersion>1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion>
1515
<!-- dotnet/dotnet dependencies -->
16-
<MicrosoftAspNetCoreAppRefPackageVersion>10.0.0-rtm.25475.106</MicrosoftAspNetCoreAppRefPackageVersion>
17-
<MicrosoftAspNetCoreAppRefInternalPackageVersion>10.0.0-rtm.25475.106</MicrosoftAspNetCoreAppRefInternalPackageVersion>
18-
<MicrosoftCodeAnalysisPackageVersion>5.0.0-2.25475.106</MicrosoftCodeAnalysisPackageVersion>
19-
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-2.25475.106</MicrosoftCodeAnalysisAnalyzersPackageVersion>
20-
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-2.25475.106</MicrosoftCodeAnalysisCSharpPackageVersion>
21-
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>10.0.100-rtm.25475.106</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
22-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25475.106</MicrosoftDotNetArcadeSdkPackageVersion>
23-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25475.106</MicrosoftDotNetCodeAnalysisPackageVersion>
24-
<MicrosoftNETSdkPackageVersion>10.0.100-rtm.25475.106</MicrosoftNETSdkPackageVersion>
25-
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rtm.25475.106</MicrosoftNETCoreAppRefPackageVersion>
26-
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rtm.25475.106</MicrosoftNETCorePlatformsPackageVersion>
27-
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
28-
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
29-
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
30-
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
31-
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
32-
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25475.106</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
16+
<MicrosoftAspNetCoreAppRefPackageVersion>10.0.0-rtm.25476.104</MicrosoftAspNetCoreAppRefPackageVersion>
17+
<MicrosoftAspNetCoreAppRefInternalPackageVersion>10.0.0-rtm.25476.104</MicrosoftAspNetCoreAppRefInternalPackageVersion>
18+
<MicrosoftCodeAnalysisPackageVersion>5.0.0-2.25476.104</MicrosoftCodeAnalysisPackageVersion>
19+
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.0.0-2.25476.104</MicrosoftCodeAnalysisAnalyzersPackageVersion>
20+
<MicrosoftCodeAnalysisCSharpPackageVersion>5.0.0-2.25476.104</MicrosoftCodeAnalysisCSharpPackageVersion>
21+
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>10.0.100-rtm.25476.104</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
22+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25476.104</MicrosoftDotNetArcadeSdkPackageVersion>
23+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.25476.104</MicrosoftDotNetCodeAnalysisPackageVersion>
24+
<MicrosoftNETSdkPackageVersion>10.0.100-rtm.25476.104</MicrosoftNETSdkPackageVersion>
25+
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rtm.25476.104</MicrosoftNETCoreAppRefPackageVersion>
26+
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rtm.25476.104</MicrosoftNETCorePlatformsPackageVersion>
27+
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
28+
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
29+
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
30+
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
31+
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
32+
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>10.0.0-rtm.25476.104</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
3333
<!-- dotnet/arcade dependencies -->
3434
<MicrosoftDotNetRemoteExecutorPackageVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion>
3535
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="c9f0e3e586ba580f1ae64ef3990c6cd01374bf13" BarId="284752" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="e1eaf1bbd9702e9b6ee9b10dbc94105732e07896" BarId="284895" />
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="4.0.0-beta.25381.2">
55
<Uri>https://github.com/microsoft/clrmd</Uri>
@@ -19,88 +19,88 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25475.106">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25476.104">
2323
<Uri>https://github.com/dotnet/dotnet</Uri>
24-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
24+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25475.106">
26+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25476.104">
2727
<Uri>https://github.com/dotnet/dotnet</Uri>
28-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
28+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
2929
</Dependency>
3030
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22316.2" Pinned="true">
3131
<Uri>https://github.com/dotnet/arcade</Uri>
3232
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
3333
</Dependency>
3434
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
35-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rtm.25475.106">
35+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rtm.25476.104">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
37+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
3838
</Dependency>
3939
<!-- Latest shared aspnetcore version updated by darc -->
40-
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-rtm.25475.106">
40+
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="10.0.0-rtm.25476.104">
4141
<Uri>https://github.com/dotnet/dotnet</Uri>
42-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
42+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
4343
</Dependency>
44-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-rtm.25475.106">
44+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-rtm.25476.104">
4545
<Uri>https://github.com/dotnet/dotnet</Uri>
46-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
46+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
4747
</Dependency>
4848
<!-- Latest shared runtime version updated by darc -->
4949
<!-- We use platforms for the unstable package version and
5050
the ref pack as the stable version. We need them as download links
5151
use the unstable version, but the installed assets are all stable. -->
52-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rtm.25475.106">
52+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rtm.25476.104">
5353
<Uri>https://github.com/dotnet/dotnet</Uri>
54-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
54+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
5555
</Dependency>
56-
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rtm.25475.106">
56+
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rtm.25476.104">
5757
<Uri>https://github.com/dotnet/dotnet</Uri>
58-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
58+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
5959
</Dependency>
60-
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
60+
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
6161
<Uri>https://github.com/dotnet/dotnet</Uri>
62-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
62+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
6363
</Dependency>
64-
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
64+
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
6565
<Uri>https://github.com/dotnet/dotnet</Uri>
66-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
66+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
6767
</Dependency>
68-
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
68+
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
6969
<Uri>https://github.com/dotnet/dotnet</Uri>
70-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
70+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
7171
</Dependency>
72-
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
72+
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
7373
<Uri>https://github.com/dotnet/dotnet</Uri>
74-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
74+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
7575
</Dependency>
76-
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
76+
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
7777
<Uri>https://github.com/dotnet/dotnet</Uri>
78-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
78+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
7979
</Dependency>
80-
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25475.106">
80+
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="10.0.0-rtm.25476.104">
8181
<Uri>https://github.com/dotnet/dotnet</Uri>
82-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
82+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
8383
</Dependency>
8484
<!--
8585
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
8686
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
8787
they do not break the local dev experience.
8888
-->
89-
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-2.25475.106">
89+
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-2.25476.104">
9090
<Uri>https://github.com/dotnet/dotnet</Uri>
91-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
91+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-2.25475.106">
93+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-2.25476.104">
9494
<Uri>https://github.com/dotnet/dotnet</Uri>
95-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
95+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
9696
</Dependency>
97-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-2.25475.106">
97+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-2.25476.104">
9898
<Uri>https://github.com/dotnet/dotnet</Uri>
99-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
99+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
100100
</Dependency>
101-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100-rtm.25475.106">
101+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100-rtm.25476.104">
102102
<Uri>https://github.com/dotnet/dotnet</Uri>
103-
<Sha>c9f0e3e586ba580f1ae64ef3990c6cd01374bf13</Sha>
103+
<Sha>e1eaf1bbd9702e9b6ee9b10dbc94105732e07896</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.5.0",
20-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25475.106"
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25476.104"
2121
}
2222
}

0 commit comments

Comments
 (0)