[System.Core] Add back AesManaged to tvOS and watchOS profiles
authorSebastien Pouliot <sebastien@xamarin.com>
Fri, 22 Apr 2016 01:25:38 +0000 (21:25 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Fri, 22 Apr 2016 01:25:38 +0000 (21:25 -0400)
commiteecca1fa0e24ff099f66057ccb7f54b6fdc588e2
tree47f10abb79bad534ac23c631ea940a6f77c8c716
parent92bcc1db28f6e1341b54ba7287814fcf16cfbb30
[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
mcs/class/System.Core/monotouch_watch_System.Core.dll.sources