mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Closes #3137
This commit is contained in:
parent
d9f5f60854
commit
68e46096ad
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<type fullname="System.Composition.ExportAttribute" />
|
||||
</assembly>
|
||||
|
||||
<!-- Entries below are needed for our STD plugin -->
|
||||
<!-- Entries below are needed for our officials plugins -->
|
||||
<assembly fullname="System.Linq">
|
||||
<type fullname="System.Linq.Enumerable">
|
||||
<method name="MaxBy" />
|
||||
|
@ -23,4 +23,10 @@
|
|||
<method name="Next" />
|
||||
</type>
|
||||
</assembly>
|
||||
|
||||
<assembly fullname="System.Threading">
|
||||
<type fullname="System.Threading.SemaphoreSlim">
|
||||
<property name="CurrentCount" />
|
||||
</type>
|
||||
</assembly>
|
||||
</linker>
|
||||
|
|
Loading…
Reference in a new issue