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. --- src/System.ComponentModel.TypeConverter/dir.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/System.ComponentModel.TypeConverter/dir.props') diff --git a/src/System.ComponentModel.TypeConverter/dir.props b/src/System.ComponentModel.TypeConverter/dir.props index 7bb155c44e..a960cef1a3 100644 --- a/src/System.ComponentModel.TypeConverter/dir.props +++ b/src/System.ComponentModel.TypeConverter/dir.props @@ -1,7 +1,8 @@ + 4.2.0.0 + true - - + \ No newline at end of file -- cgit v1.2.3