Skip to content

[main] Update dependencies from dotnet/dotnet#10972

Merged
jonathanpeppers merged 2 commits intomainfrom
darc-main-b23e623e-6c62-4b24-a687-d92ca83aeb19
Mar 19, 2026
Merged

[main] Update dependencies from dotnet/dotnet#10972
jonathanpeppers merged 2 commits intomainfrom
darc-main-b23e623e-6c62-4b24-a687-d92ca83aeb19

Conversation

@dotnet-maestro
Copy link
Contributor

This pull request updates the following dependencies

From https://github.com/dotnet/dotnet

…318.6

On relative base path root
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-11.0.100-preview.3 , Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.3.26165.107 -> To Version 11.0.0-preview.3.26168.106
Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26165.107 -> To Version 11.0.0-beta.26168.106
Microsoft.DotNet.Cecil From Version 0.11.5-preview.26165.107 -> To Version 0.11.5-preview.26168.106
Microsoft.NET.Sdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100-preview.3 , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.3.26165.107 -> To Version 11.0.100-preview.3.26168.106
Context: dotnet/runtime#124801

The runtime restructured NativeAOT build targets so that
_ComputeAssembliesToCompileToNative now populates
@(_IlcManagedInputAssemblies) and ComputeLinkedFilesToPublish
removes them from @(ResolvedFileToPublish).

Since .NET for Android runs ILLink before ILC (to support custom
trimmer steps), our assemblies are already trimmed and must remain
in @(ResolvedFileToPublish) for the outer build's _ResolveAssemblies
target. Clear @(_IlcManagedInputAssemblies) in our
_AndroidComputeIlcCompileInputs target so the runtime's
ComputeLinkedFilesToPublish doesn't strip them.

Co-authored-by: Copilot <[email protected]>
@jonathanpeppers jonathanpeppers added copilot `copilot-cli` or other AIs were used to author this labels Mar 19, 2026
@jonathanpeppers jonathanpeppers merged commit c1e8183 into main Mar 19, 2026
5 of 6 checks passed
@jonathanpeppers jonathanpeppers deleted the darc-main-b23e623e-6c62-4b24-a687-d92ca83aeb19 branch March 19, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

copilot `copilot-cli` or other AIs were used to author this

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant