We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db182f commit 9a08c72Copy full SHA for 9a08c72
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.CoreCLR.sfxproj
@@ -30,6 +30,12 @@
30
<UseLocalCrossgen2Pack>$(PublishReadyToRun)</UseLocalCrossgen2Pack>
31
</PropertyGroup>
32
33
+ <!-- Use the Mach-O format for Apple mobile platforms as we can't load native code from PE files on these platforms -->
34
+ <PropertyGroup Condition="'$(TargetsAppleMobile)' == 'true'">
35
+ <ForcePublishReadyToRunComposite>true</ForcePublishReadyToRunComposite>
36
+ <PublishReadyToRunContainerFormat>macho</PublishReadyToRunContainerFormat>
37
+ </PropertyGroup>
38
+
39
<Import Project="Microsoft.NETCore.App.Runtime.props" />
40
41
<PropertyGroup>
0 commit comments