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> |