Temporary ILLink.Tasks downgrade due to https://github.com/mono/linker/issues/242

This commit is contained in:
JustArchi
2018-01-26 04:37:41 +01:00
parent 37d4ab1b40
commit a53ff43642
2 changed files with 16 additions and 1 deletions

View File

@@ -4,4 +4,13 @@
<assembly fullname="System.ComponentModel.TypeConverter">
<type fullname="System.ComponentModel.*" required="true" />
</assembly>
<assembly fullname="System.Dynamic.Runtime">
<type fullname="System.Runtime.CompilerServices.CallSite`1" required="true" />
</assembly>
<assembly fullname="System.Linq.Expressions">
<type fullname="System.Dynamic.DynamicObject" required="true" />
<type fullname="System.Runtime.CompilerServices.CallSiteOps" required="true" />
</assembly>
</linker>