From caaad877690612e644064ea7fd0b066a86280f24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 24 Feb 2017 12:53:10 +0100 Subject: [PATCH] [Facades] Build netstandard.dll with net_4_x profile by default --- mcs/class/Facades/netstandard/Makefile | 2 ++ mcs/class/Facades/subdirs.make | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mcs/class/Facades/netstandard/Makefile b/mcs/class/Facades/netstandard/Makefile index 7ad170e1e51..0a53f9c979c 100644 --- a/mcs/class/Facades/netstandard/Makefile +++ b/mcs/class/Facades/netstandard/Makefile @@ -28,6 +28,8 @@ LIB_MCS_FLAGS = $(SIGN_FLAGS) PLATFORM_DEBUG_FLAGS = NO_TEST = yes +# don't install for now until we know more about when it ships in .NET +NO_INSTALL = yes include $(MCS_BUILD_DIR)/library.make diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make index a2409a83b84..6f17f68d817 100644 --- a/mcs/class/Facades/subdirs.make +++ b/mcs/class/Facades/subdirs.make @@ -41,7 +41,7 @@ monotouch_PARALLEL_SUBDIRS = $(common_SUBDIRS) $(mobile_only_SUBDIRS) testing_aot_full_SUBDIRS = $(monotouch_SUBDIRS) testing_aot_full_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS) -net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS) +net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS) netstandard net_4_x_PARALLEL_SUBDIRS = $(common_SUBDIRS) basic_PARALLEL_SUBDIRS = System.Runtime System.Reflection System.Collections System.Resources.ResourceManager System.Globalization \ -- 2.25.1