Realm bump for props

This commit is contained in:
Dean Herbert
2022-08-17 17:11:17 +09:00
parent a5ac69a554
commit 243fe56b1d
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.14.0" />
<PackageReference Include="Realm" Version="10.15.1" />
</ItemGroup>
</Project>