Update mobile projects' local references to older realm

This commit is contained in:
Dean Herbert
2021-07-12 14:36:28 +09:00
parent f548ba4f69
commit 37dac1a775
2 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,6 @@
<PackageReference Include="SharpRaven" Version="2.4.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="ppy.osu.Framework.NativeLibs" Version="2021.115.0" ExcludeAssets="all" />
<PackageReference Include="Realm" Version="10.2.1" />
<PackageReference Include="Realm" Version="10.3.0" />
</ItemGroup>
</Project>