Add PackagesToReference metadata to KnownFrameworkReference

The SDK will consume this to generate PackageReferences to "empty" packages such as Microsoft.NETCore.App
This commit is contained in:
Daniel Plaisted 2019-04-26 08:47:25 -07:00
parent 44f0335886
commit 8bcd7ee623

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"