Merge pull request #2970 from dsplaisted/remove-legacyframeworkpackages

Remove PackagesToReference metadata from Microsoft.NETCore.App KnownFrameworkReference
This commit is contained in:
Daniel Plaisted 2019-07-23 18:58:27 -07:00 committed by GitHub
commit 5a590771e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,6 @@ Copyright (c) .NET Foundation. All rights reserved.
TargetingPackVersion="$(NetCoreAppTargetingPackVersion)"
RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')"
PackagesToReference="Microsoft.NETCore.App/$(NetCoreAppTargetingPackVersion)"
IsTrimmable="true"
/>