From 5cef65d8a3363592d06caf2bc4e36e5dc2a3a5b4 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 7 Dec 2016 13:29:34 -0800 Subject: Binplace NETCoreApp package contents Set up a separate destination for package contents for NETCoreApp since it won't necessarily be everything that we build. Libraries were determined as follows: 1. If its currently in NETStandard.Library its in. 2. If it was a ref in NETCoreApp before its in. 3. If its part of the reference closure for 1 or 2 its in. 4. If it was a lib only in NETCoreApp its in, but only lib. 5. If its part of the lib closure for 1-4 its in, but only lib. --- Packaging.props | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Packaging.props') diff --git a/Packaging.props b/Packaging.props index 18ca33e991..182ccd7379 100644 --- a/Packaging.props +++ b/Packaging.props @@ -23,6 +23,8 @@ 4.4.0 true true + + false -- cgit v1.2.3