Merge pull request #1766 from dsplaisted/add-packages-to-reference
Add PackagesToReference metadata to KnownFrameworkReference
This commit is contained in:
commit
94503cff19
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…
Reference in a new issue