[build] Add System.ValueTuple to bootstrap facades
authorMarek Safar <marek.safar@gmail.com>
Mon, 12 Dec 2016 12:42:16 +0000 (13:42 +0100)
committerMarek Safar <marek.safar@gmail.com>
Mon, 12 Dec 2016 12:42:16 +0000 (13:42 +0100)
mcs/class/Facades/subdirs.make
mcs/class/Makefile

index 2e08a94c830324e6d6043a550773186c596090b2..1c3272da8f39019b79961ab3b2713610166262ce 100644 (file)
@@ -49,7 +49,7 @@ System.Threading.Tasks System.Collections.Concurrent System.Text.Encoding System
 System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Tasks.Parallel System.Xml.ReaderWriter \
 System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \
 System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \
-System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms
+System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple
 
 build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS)
 
index 0153ccdec310e0a711bd0a219a1de105b7db146a..50a4fcfa4ae75529f6b783e4bc7ab3216ea59497 100644 (file)
@@ -393,7 +393,8 @@ build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Co
        Facades/System.Threading.Tasks.dll Facades/System.Globalization.dll Facades/System.Runtime.Extensions.dll Facades/System.Threading.dll \
        Facades/System.IO.dll Facades/System.Runtime.InteropServices.dll Facades/System.Xml.ReaderWriter.dll Facades/System.Linq.Expressions.dll \
        Facades/System.Runtime.Numerics.dll Facades/System.Xml.XDocument.dll Facades/System.IO.FileSystem.Primitives.dll Facades/System.IO.FileSystem.dll \
-       Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll
+       Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll \
+       Facades/System.ValueTuple.dll
 
 monolite_files = $(build_files:%=lib/$(monolite_dir)/%)