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

@ -89,6 +89,6 @@
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="ppy.osu.Framework.NativeLibs" Version="2022.429.0" ExcludeAssets="all" />
<PackageReference Include="Realm" Version="10.12.0" />
<PackageReference Include="Realm" Version="10.11.2" />
</ItemGroup>
</Project>