mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix trimmed HttpContext in ASF API
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
<linker>
|
||||
<!-- This is needed for ASF API controllers that use HttpContext -->
|
||||
<assembly fullname="Microsoft.AspNetCore.Mvc.Core">
|
||||
<type fullname="Microsoft.AspNetCore.Mvc.ControllerBase">
|
||||
<property name="ControllerContext" />
|
||||
</type>
|
||||
</assembly>
|
||||
|
||||
<!-- This is needed for ASF (JSON deserialization) -->
|
||||
<assembly fullname="System.Collections.Immutable">
|
||||
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
|
||||
|
||||
Reference in New Issue
Block a user