This commit is contained in:
Archi 2024-02-07 00:15:50 +01:00
parent d9f5f60854
commit 68e46096ad
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -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>