Skip to content

Mono runtime pack should include include/ directory on desktop, too #46461

@lambdageek

Description

@lambdageek

We include the include/ directory with the mono embedding API headers in the mobile runtime packs, but not the Microsoft.NETCore.App.Runtime.Mono packs

<RuntimeFiles Condition="'$(TargetsMobile)' == 'true'"
Include="@(MonoIncludeFiles)"
ExcludeFromDataFiles="true">
<TargetPath>runtimes/$(RuntimeIdentifier)/native/include/%(RecursiveDir)</TargetPath>
</RuntimeFiles>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions