From b58b36178b9b4b78229ce369ffa77c8b691fd300 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 29 Sep 2016 16:12:31 +0200 Subject: [PATCH] Update list of Facade assemblies. (#916) These assemblies were added here: https://github.com/mono/mono/commit/919b89954a0e2cdf0d3a5edcafad9e9e8d92b194 --- tools/linker/MobileProfile.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/linker/MobileProfile.cs b/tools/linker/MobileProfile.cs index 534b8ee1e3..986d9f7647 100644 --- a/tools/linker/MobileProfile.cs +++ b/tools/linker/MobileProfile.cs @@ -110,6 +110,9 @@ namespace Xamarin.Linker { "System.Net.WebSockets.Client", "System.Net.WebSockets", "System.ObjectModel", + "System.Reflection.Emit.ILGeneration", + "System.Reflection.Emit.Lightweight", + "System.Reflection.Emit", "System.Reflection.Extensions", "System.Reflection.Primitives", "System.Reflection.TypeExtensions",