Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-01-28 16:19:18 +0300
committerMarek Safar <marek.safar@gmail.com>2016-01-28 16:19:18 +0300
commite2a79ed88800493cb0444445a176d9c7febbfabe (patch)
tree613c4e339f9e6cf9ece110ed7892d994b673b929
parent62b4991bcd34279fe08558565f4c54fa2ca4eff9 (diff)
[xbuild] Set .net 4.5 target to 4.5 restricted api
-rw-r--r--mcs/class/reference-assemblies/Makefile6
-rw-r--r--mcs/tools/xbuild/frameworks/net_4.5.1.xml2
-rw-r--r--mcs/tools/xbuild/frameworks/net_4.5.2.xml2
-rw-r--r--mcs/tools/xbuild/frameworks/net_4.5.xml2
4 files changed, 7 insertions, 5 deletions
diff --git a/mcs/class/reference-assemblies/Makefile b/mcs/class/reference-assemblies/Makefile
index e4b660ba5df..dc8c9988fc9 100644
--- a/mcs/class/reference-assemblies/Makefile
+++ b/mcs/class/reference-assemblies/Makefile
@@ -4,16 +4,18 @@ include ../../build/rules.make
all-local:
-PROFILE_DIR=$(DESTDIR)$(mono_libdir)/mono/
+PROFILE_DIR=$(DESTDIR)$(mono_libdir)/mono
install-local:
$(MKINSTALLDIRS) $(PROFILE_DIR)/2.0
$(MKINSTALLDIRS) $(PROFILE_DIR)/3.5
$(MKINSTALLDIRS) $(PROFILE_DIR)/4.0
+ $(MKINSTALLDIRS) $(PROFILE_DIR)/4.5-api
$(INSTALL_LIB) ../../../external/binary-reference-assemblies/v2.0/* $(PROFILE_DIR)/2.0
$(INSTALL_LIB) ../../../external/binary-reference-assemblies/v3.5/* $(PROFILE_DIR)/3.5
$(INSTALL_LIB) ../../../external/binary-reference-assemblies/v4.0/* $(PROFILE_DIR)/4.0
+ $(INSTALL_LIB) ../../../external/binary-reference-assemblies/v4.5/* $(PROFILE_DIR)/4.5-api
-DISTFILES = $(wildcard ../../../external/binary-reference-assemblies/v4.0/*) $(wildcard ../../../external/binary-reference-assemblies/v3.5/*) $(wildcard ../../../external/binary-reference-assemblies/v2.0/*) Makefile
+DISTFILES = $(wildcard ../../../external/binary-reference-assemblies/v4.5/*) $(wildcard ../../../external/binary-reference-assemblies/v4.0/*) $(wildcard ../../../external/binary-reference-assemblies/v3.5/*) $(wildcard ../../../external/binary-reference-assemblies/v2.0/*) Makefile
dist-local: dist-default
diff --git a/mcs/tools/xbuild/frameworks/net_4.5.1.xml b/mcs/tools/xbuild/frameworks/net_4.5.1.xml
index c82a4a69902..d9f2d5ed386 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.1.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.1.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
-<FileList Name=".NET Framework 4.5.1" TargetFrameworkDirectory="..\..\..\..\4.5">
+<FileList Name=".NET Framework 4.5.1" TargetFrameworkDirectory="..\..\..\..\4.5-api">
</FileList>
diff --git a/mcs/tools/xbuild/frameworks/net_4.5.2.xml b/mcs/tools/xbuild/frameworks/net_4.5.2.xml
index ec5a0e96e13..bf92045249c 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.2.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.2.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
-<FileList Name=".NET Framework 4.5.2" TargetFrameworkDirectory="..\..\..\..\4.5">
+<FileList Name=".NET Framework 4.5.2" TargetFrameworkDirectory="..\..\..\..\4.5-api">
</FileList>
diff --git a/mcs/tools/xbuild/frameworks/net_4.5.xml b/mcs/tools/xbuild/frameworks/net_4.5.xml
index 2fa28c496ff..2741a7830e6 100644
--- a/mcs/tools/xbuild/frameworks/net_4.5.xml
+++ b/mcs/tools/xbuild/frameworks/net_4.5.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
-<FileList Name=".NET Framework 4.5" TargetFrameworkDirectory="..\..\..\..\4.5">
+<FileList Name=".NET Framework 4.5" TargetFrameworkDirectory="..\..\..\..\4.5-api">
</FileList>