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:
parent
a91576dec2
commit
8c81543eb5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue