Merge pull request #1766 from dsplaisted/add-packages-to-reference

Add PackagesToReference metadata to KnownFrameworkReference
This commit is contained in:
Daniel Plaisted 2019-04-26 09:10:50 -07:00 committed by GitHub
commit 94503cff19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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