dotnet/runtime

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

lambdageek opened this issue · 1 comments

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>