Skip to content

Commit

Permalink
Make System.dll internals visible to Mono.Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Baulig authored and marek-safar committed Feb 25, 2019
1 parent 163f45d commit 5ad371d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System/Assembly/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@
#if XAMMAC || XAMMAC_4_5
[assembly: InternalsVisibleTo ("Xamarin.Mac, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
#endif

#if MONODROID
[assembly: InternalsVisibleTo ("Mono.Android, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
#endif

0 comments on commit 5ad371d

Please sign in to comment.