Last active
May 18, 2019 14:50
-
-
Save dylanberry/081ba2ffb55e37d5d05f7588be3178cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Exclude EF.Core dependencies from Xamarin.iOS linking --> | |
<linker> | |
<assembly fullname="System"> | |
<type fullname="System.ComponentModel.ReferenceConverter"> | |
<method signature="System.Void .ctor(System.Type)" /> | |
</type> | |
</assembly> | |
<assembly fullname="mscorlib"> | |
<type fullname="System.String"> | |
<method name="Compare" /> | |
<method name="CompareTo"/> | |
<method name="ToUpper"/> | |
<method name="ToLower"/> | |
</type> | |
<type fullname="System.DateTime" preserve="methods" /> | |
</assembly> | |
<assembly fullname="System.Core"> | |
<type fullname="System.Linq.Expressions.Expression`1"/> | |
<type fullname="System.Linq.Queryable"/> | |
</assembly> | |
</linker> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment