Implement TrimMode=link

This commit is contained in:
JustArchi
2020-11-15 22:37:00 +01:00
parent e6d8200f3a
commit 986090fb9c
3 changed files with 6 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
<!-- Assemblies to include in trimmed builds for plugins usage -->
<ItemGroup>
<TrimmerRootAssembly Include="System.Runtime" />
<TrimmerRootDescriptor Include="TrimmerRoots.xml" />
</ItemGroup>
<ItemGroup>

View File

@@ -0,0 +1,4 @@
<linker>
<!-- We include System.Runtime for plugins usage -->
<assembly fullname="System.Runtime" />
</linker>