Merge pull request #1992 from sbomer/isTrimmable

Mark Microsoft.NETCore.App as trimmable
This commit is contained in:
Daniel Plaisted 2019-05-15 16:31:10 -07:00 committed by GitHub
commit 865f1c2745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,6 +192,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"