Mark Microsoft.NETCore.App as trimmable

The SDK will be updated to flow this metadata to resolved dlls,
influencing the default linker behavior.
This commit is contained in:
Sven Boemer 2019-05-14 08:45:50 -07:00
parent a91576dec2
commit 8c81543eb5

View file

@ -191,6 +191,7 @@ Copyright (c) .NET Foundation. All rights reserved.
RuntimePackNamePatterns="runtime.**RID**.Microsoft.NETCore.App%3Bruntime.**RID**.Microsoft.NETCore.DotNetHostResolver%3Bruntime.**RID**.Microsoft.NETCore.DotNetHostPolicy"
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
PackagesToReference="Microsoft.NETCore.App/$(NetCoreAppTargetingPackVersion)"
IsTrimmable="true"
/>
<KnownAppHostPack Include="Microsoft.NETCore.App"