[build] Add System.Security.Cryptography.Primitives to bootstrap facades
authorMarek Safar <marek.safar@gmail.com>
Wed, 7 Dec 2016 15:34:47 +0000 (07:34 -0800)
committerMarek Safar <marek.safar@gmail.com>
Wed, 7 Dec 2016 15:34:47 +0000 (07:34 -0800)
mcs/class/Facades/subdirs.make
mcs/class/Makefile

index 9ff3641dd664509caf6e1ec069f979f4266c3f7a..4a88435f173620d44991d427a63b8d3f35f60fb9 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.Algorithms
+System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms
 
 build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS)
 
index b9145d96495b2ef3675dc9ec5ba95829f6835585..0153ccdec310e0a711bd0a219a1de105b7db146a 100644 (file)
@@ -393,7 +393,7 @@ 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.Algorithms.dll
+       Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll
 
 monolite_files = $(build_files:%=lib/$(monolite_dir)/%)