mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-13 00:17:21 +00:00
Update TrimmerRoots.xml
This commit is contained in:
parent
e238026121
commit
c7443bef69
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
<linker>
|
||||
<!-- This is actually needed for ASF GlobalConfig loading, not plugins -->
|
||||
<!-- 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 -->
|
||||
|
|
Loading…
Reference in a new issue