Add more to newtonsoft ignores

This commit is contained in:
2025-06-19 17:51:46 -07:00
parent 4f6fc16494
commit ea9d1fa24f
@@ -1,6 +1,12 @@
<linker> <linker>
<assembly fullname="Newtonsoft.Json">
<assembly fullname="Newtonsoft.Json"> <assembly fullname="Newtonsoft.Json">
<type fullname="Newtonsoft.Json.JsonSerializer" /> <type fullname="Newtonsoft.Json.JsonSerializer" />
<type fullname="Newtonsoft.Json.JsonConvert" /> <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> </assembly>
</linker> </linker>