Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dotnet] Fix building universal apps using NativeAOT when the default RuntimeIdentifiers value is set. Fixes #19391. #21412

Merged
merged 1 commit into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. [dotnet] Fix building universal apps using NativeAOT when the default…

    … RuntimeIdentifiers value is set. Fixes #19391.
    
    We need to set "UseCurrentRuntimeIdentifier=false", we must only set it for
    the outer build for universal builds - when `RuntimeIdentifiers` is set - but
    that means we can only do it *after* we set any default value for
    `RuntimeIdentifiers`.
    
    Fixes #19391 (comment).
    rolfbjarne committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4616142 View commit details
    Browse the repository at this point in the history