From eecca1fa0e24ff099f66057ccb7f54b6fdc588e2 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Thu, 21 Apr 2016 21:25:38 -0400 Subject: [PATCH] [System.Core] Add back AesManaged to tvOS and watchOS profiles Switching maccore to use mono-4.5.0-branch introduced this bug where AesManaged is not available in System.Core for both tvOS and watchOS profiles (iOS is fine). This results in unit tests failures on bots building maccore/master. This fix the problem by importing the "main" monotouch_System.Core. dll.sources into the other profiles - since they all share the same feature set (in this case) and make it less likely to forget something else in the future. reference: https://bugzilla.xamarin.com/show_bug.cgi?id=40570 --- mcs/class/System.Core/monotouch_tv_System.Core.dll.sources | 3 +-- mcs/class/System.Core/monotouch_watch_System.Core.dll.sources | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources b/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources index 7d32d44a88b..b050f33be70 100644 --- a/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources +++ b/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources @@ -1,2 +1 @@ -#include common_System.Core.dll.sources -#include interpreter_System.Core.dll.sources +#include monotouch_System.Core.dll.sources diff --git a/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources b/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources index 7d32d44a88b..b050f33be70 100644 --- a/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources +++ b/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources @@ -1,2 +1 @@ -#include common_System.Core.dll.sources -#include interpreter_System.Core.dll.sources +#include monotouch_System.Core.dll.sources -- 2.25.1