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
path: root/mcs/tools
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-19 21:06:41 +0300
committerSteve Pfister <steveisok@users.noreply.github.com>2019-09-19 21:06:41 +0300
commitf6a080bb79197cbb4c201ea18a254bf6572b5e4e (patch)
tree8f149e7abd578632d2a60358ee90a938af24e26d /mcs/tools
parent5e5033f5e5e6860c1de30a86dc46e5e397fd0b0e (diff)
Add .NET 4.8 reference assemblies (#16912)
Brings in https://github.com/mono/reference-assemblies/pull/20
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/xbuild/Makefile2
-rw-r--r--mcs/tools/xbuild/frameworks/net_4.8.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile
index 18cfed10d3c..d67db7a6fd1 100644
--- a/mcs/tools/xbuild/Makefile
+++ b/mcs/tools/xbuild/Makefile
@@ -83,6 +83,8 @@ install-frameworks:
$(INSTALL_DATA) frameworks/net_4.7.1.xml $(DESTDIR)$(NETFRAMEWORK_DIR)/v4.7.1/RedistList/FrameworkList.xml
$(MKINSTALLDIRS) $(DESTDIR)$(NETFRAMEWORK_DIR)/v4.7.2/RedistList
$(INSTALL_DATA) frameworks/net_4.7.2.xml $(DESTDIR)$(NETFRAMEWORK_DIR)/v4.7.2/RedistList/FrameworkList.xml
+ $(MKINSTALLDIRS) $(DESTDIR)$(NETFRAMEWORK_DIR)/v4.8/RedistList
+ $(INSTALL_DATA) frameworks/net_4.8.xml $(DESTDIR)$(NETFRAMEWORK_DIR)/v4.8/RedistList/FrameworkList.xml
install-pcl-targets:
$(MKINSTALLDIRS) $(DESTDIR)$(PORTABLE_TARGETS_DIR)
diff --git a/mcs/tools/xbuild/frameworks/net_4.8.xml b/mcs/tools/xbuild/frameworks/net_4.8.xml
new file mode 100644
index 00000000000..bb2d47717fd
--- /dev/null
+++ b/mcs/tools/xbuild/frameworks/net_4.8.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FileList Name=".NET Framework 4.8" TargetFrameworkDirectory="..\..\..\..\4.8-api">
+</FileList>