mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Fix NLog 4.5 crashes with IL linker
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<linker>
|
||||
<!-- TODO: Test if we can't optimize this further -->
|
||||
<assembly fullname="NLog">
|
||||
<type fullname="NLog.Targets" required="true" />
|
||||
</assembly>
|
||||
|
||||
<!-- TODO: Test if we can't optimize this further -->
|
||||
<assembly fullname="System.ComponentModel.TypeConverter" />
|
||||
|
||||
<assembly fullname="System.Dynamic.Runtime">
|
||||
<type fullname="System.Runtime.CompilerServices.CallSite`1" required="true" />
|
||||
</assembly>
|
||||
|
||||
Reference in New Issue
Block a user