Revert realm to previous release to fix iOS crashes

This commit is contained in:
Dean Herbert
2022-05-17 14:52:27 +09:00
parent 6f7c675dfe
commit 31137bebf8
3 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,6 @@
</ItemGroup>
<ItemGroup Label="Transitive Dependencies">
<!-- Realm needs to be directly referenced in all Xamarin projects, as it will not pull in its transitive dependencies otherwise. -->
<PackageReference Include="Realm" Version="10.12.0" />
<PackageReference Include="Realm" Version="10.11.2" />
</ItemGroup>
</Project>