mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Update TrimmerRoots for .NET 6.0
This is required to support custom plugins, I'm not sure if immutable collections are still needed, we'll find out after first alpha release
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<linker>
|
||||
<assembly fullname="System.Collections.Immutable">
|
||||
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
|
||||
<type fullname="System.Collections.Immutable.ImmutableHashSet" />
|
||||
<assembly fullname="System.Composition.AttributedModel">
|
||||
<type fullname="System.Composition.ExportAttribute" />
|
||||
</assembly>
|
||||
</linker>
|
||||
|
||||
Reference in New Issue
Block a user