From 8bcd7ee6234edba414c51f0e88902a348ec3d468 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 26 Apr 2019 08:47:25 -0700 Subject: [PATCH] Add PackagesToReference metadata to KnownFrameworkReference The SDK will consume this to generate PackageReferences to "empty" packages such as Microsoft.NETCore.App --- src/redist/targets/GenerateBundledVersions.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 7de869cf2..05f42620a 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -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)" />