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