mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Remove TrimmerRoots
At least runtime is no longer needed for our STD plugin, not sure about the dictionary
This commit is contained in:
@@ -49,10 +49,6 @@
|
||||
<Reference Include="System.Security" HintPath="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Security.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<TrimmerRootDescriptor Include="TrimmerRoots.xml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Localization\Strings.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user