Files
ArchiSteamFarm/ArchiSteamFarm/TrimmerRoots.xml

21 lines
753 B
XML
Raw Normal View History

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 -->
<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" />
</assembly>
<!-- This is needed for basic plugins usage, the attribute is trimmed otherwise -->
<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>