Turn off linking for the full Newtonsoft.Json

This commit is contained in:
2025-06-19 17:58:18 -07:00
parent ea9d1fa24f
commit e1d3908e29
@@ -1,12 +1,3 @@
<linker> <linker>
<assembly fullname="Newtonsoft.Json"> <assembly fullname="Newtonsoft.Json" preserve="all" />
<assembly fullname="Newtonsoft.Json">
<type fullname="Newtonsoft.Json.JsonSerializer" />
<type fullname="Newtonsoft.Json.JsonConvert" />
<type fullname="Newtonsoft.Json.JsonSerializerSettings" />
<type fullname="Newtonsoft.Json.Linq.JObject" />
<type fullname="Newtonsoft.Json.Linq.JArray" />
<type fullname="Newtonsoft.Json.Serialization.*" />
</assembly>
</assembly>
</linker> </linker>