Update stray realm reference in mobile projects

This commit is contained in:
Dean Herbert
2022-01-18 11:42:50 +09:00
parent f9c5000774
commit c725548b9e
2 changed files with 2 additions and 2 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.7.1" />
<PackageReference Include="Realm" Version="10.8.0" />
</ItemGroup>
</Project>