Remove TrimmerRoots

At least runtime is no longer needed for our STD plugin, not sure about the dictionary
This commit is contained in:
Archi
2021-07-27 18:59:55 +02:00
parent 6895b52ae3
commit 11f603d3d6
2 changed files with 0 additions and 12 deletions

View File

@@ -49,10 +49,6 @@
<Reference Include="System.Security" HintPath="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Security.dll" /> <Reference Include="System.Security" HintPath="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Security.dll" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<TrimmerRootDescriptor Include="TrimmerRoots.xml" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Update="Localization\Strings.resx"> <EmbeddedResource Update="Localization\Strings.resx">
<Generator>PublicResXFileCodeGenerator</Generator> <Generator>PublicResXFileCodeGenerator</Generator>

View File

@@ -1,8 +0,0 @@
<linker>
<!-- All below entries are dedicated to our official STD plugin -->
<assembly fullname="System.Collections.Immutable">
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
</assembly>
<assembly fullname="System.Runtime" />
</linker>