2020-11-15 22:37:00 +01:00
|
|
|
<linker>
|
2021-11-09 22:49:17 +01:00
|
|
|
<!-- This is actually needed for ASF (JSON deserialization), not plugins -->
|
2021-11-09 22:04:43 +01:00
|
|
|
<assembly fullname="System.Collections.Immutable">
|
|
|
|
|
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
|
|
|
|
|
<type fullname="System.Collections.Immutable.ImmutableHashSet" />
|
2021-11-09 22:49:17 +01:00
|
|
|
<type fullname="System.Collections.Immutable.ImmutableList" />
|
2021-11-09 22:04:43 +01:00
|
|
|
</assembly>
|
|
|
|
|
|
|
|
|
|
<!-- This is needed for basic plugins usage, the attribute is trimmed otherwise -->
|
2021-11-09 21:10:42 +01:00
|
|
|
<assembly fullname="System.Composition.AttributedModel">
|
|
|
|
|
<type fullname="System.Composition.ExportAttribute" />
|
2021-07-12 21:45:17 +02:00
|
|
|
</assembly>
|
2022-02-25 00:29:51 +01:00
|
|
|
|
|
|
|
|
<!-- This is needed for our STD plugin -->
|
|
|
|
|
<assembly fullname="System.Linq">
|
|
|
|
|
<type fullname="System.Linq.Enumerable">
|
|
|
|
|
<method name="MaxBy" />
|
|
|
|
|
</type>
|
|
|
|
|
</assembly>
|
2020-11-15 22:37:00 +01:00
|
|
|
</linker>
|