This commit is contained in:
Archi
2022-02-25 00:29:51 +01:00
parent 9f1734efb7
commit d1c2b103b6

View File

@@ -10,4 +10,11 @@
<assembly fullname="System.Composition.AttributedModel">
<type fullname="System.Composition.ExportAttribute" />
</assembly>
<!-- This is needed for our STD plugin -->
<assembly fullname="System.Linq">
<type fullname="System.Linq.Enumerable">
<method name="MaxBy" />
</type>
</assembly>
</linker>