Files
ArchiSteamFarm/ArchiSteamFarm/TrimmerRoots.xml
2021-11-09 22:49:17 +01:00

14 lines
580 B
XML

<linker>
<!-- 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" />
<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" />
</assembly>
</linker>