We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38e01 commit fdcf757Copy full SHA for fdcf757
src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props
@@ -145,6 +145,8 @@
145
<PlatformManifestFileEntry Include="libeventpipe-enabled.a" IsNative="true" />
146
<PlatformManifestFileEntry Include="libRuntime.ServerGC.a" IsNative="true" />
147
<PlatformManifestFileEntry Include="libRuntime.WorkstationGC.a" IsNative="true" />
148
+ <PlatformManifestFileEntry Include="libRuntime.VxSortDisabled.a" IsNative="true" />
149
+ <PlatformManifestFileEntry Include="libRuntime.VxSortEnabled.a" IsNative="true" />
150
<PlatformManifestFileEntry Include="libstandalonegc-disabled.a" IsNative="true" />
151
<PlatformManifestFileEntry Include="libstandalonegc-enabled.a" IsNative="true" />
152
<PlatformManifestFileEntry Include="libstdc++compat.a" IsNative="true" />
0 commit comments