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:
Archi
2021-11-09 21:10:42 +01:00
parent 3eeafa9029
commit 9a42a08624

View File

@@ -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>