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