mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Linker optimizations (#681)
* Linker optimizations * Test * One step forward * One step forward * And final step forward * Misc
This commit is contained in:
committed by
GitHub
parent
c5776f0895
commit
9006b368b0
11
ArchiSteamFarm/rootDescriptor.xml
Normal file
11
ArchiSteamFarm/rootDescriptor.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<linker>
|
||||
<assembly fullname="System.Dynamic.Runtime">
|
||||
<type fullname="System.Runtime.CompilerServices.CallSite`1" required="true" />
|
||||
</assembly>
|
||||
|
||||
<assembly fullname="System.Linq.Expressions">
|
||||
<type fullname="System.Dynamic.DynamicObject" required="true" />
|
||||
<type fullname="System.Runtime.CompilerServices.CallSiteOps" required="true" />
|
||||
</assembly>
|
||||
</linker>
|
||||
Reference in New Issue
Block a user