Skip to content

Commit 93b1f79

Browse files
committed
Renamed dlls in attempt to avoid dependency conflicts.
1 parent 80c565a commit 93b1f79

7 files changed

Lines changed: 3 additions & 3 deletions
File renamed without changes.

Runtime/Libs/link.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
because IL2CPP strips certain code which causes json serialization to fail.
66
The "netstandard2.0" version of Newtonsoft.Json must be used!
77
-->
8-
<assembly fullname="RestSharp">
8+
<assembly fullname="RestSharp.Dres">
99
<type fullname="*" preserve="all" />
1010
</assembly>
11-
<assembly fullname="Newtonsoft.Json">
11+
<assembly fullname="Newtonsoft.Json.Dres">
1212
<type fullname="*" preserve="all" />
1313
</assembly>
14-
<assembly fullname="JsonSubTypes">
14+
<assembly fullname="JsonSubTypes.Dres">
1515
<type fullname="*" preserve="all" />
1616
</assembly>
1717
<assembly fullname="Org.Vitrivr.DresApi">

0 commit comments

Comments
 (0)