mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Bring back System.Collections.Immutable in trimmer roots
Still needed, sigh
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<linker>
|
||||
<!-- This is actually needed for ASF GlobalConfig loading, not plugins -->
|
||||
<assembly fullname="System.Collections.Immutable">
|
||||
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
|
||||
<type fullname="System.Collections.Immutable.ImmutableHashSet" />
|
||||
</assembly>
|
||||
|
||||
<!-- This is needed for basic plugins usage, the attribute is trimmed otherwise -->
|
||||
<assembly fullname="System.Composition.AttributedModel">
|
||||
<type fullname="System.Composition.ExportAttribute" />
|
||||
</assembly>
|
||||
|
||||
Reference in New Issue
Block a user