Skip to content

Commit 09b30f7

Browse files
[main] Update dependencies from dotnet/efcore, dotnet/runtime (#57500)
[main] Update dependencies from dotnet/efcore, dotnet/runtime - Merge remote-tracking branch 'origin/main' into darc-main-1a2409b8-aeda-4d34-997f-53089d3501ee - Fix prebuilts error for Microsoft.NETCore.App.Crossgen2.linux-x64 ``` .packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24421.2/tools/SourceBuild/AfterSourceBuild.proj(81,5): error : (NETCORE_ENGINEERING_TELEMETRY=AfterSourceBuild) 1 new pre-builts discovered! Detailed usage report can be found at /__w/1/s/artifacts/sb/prebuilt-report/baseline-comparison.xml. See https://aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. Package IDs are: Microsoft.NETCore.App.Crossgen2.linux-x64.10.0.0-alpha.1.24425.2 ```
1 parent 7c39886 commit 09b30f7

File tree

3 files changed

+241
-241
lines changed

3 files changed

+241
-241
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
3636
<UsagePattern IdentityGlob="Microsoft.NET.ILLink.Tasks/*9.0.*" />
37-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*9.0.*" />
37+
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*10.0.*" />
3838

3939
<!-- Transivite dependency of Microsoft.CodeAnalysis.ExternalAccess.AspNetCore -> Microsoft.CodeAnalysis.Features.
4040
In product build the dependency is bumped to latest, which also bumps the version of DiaSymReader -->

0 commit comments

Comments
 (0)