Merge branch 'master' into fix-bindable-ctor

This commit is contained in:
Dean Herbert
2021-07-13 12:46:01 +09:00
4 changed files with 6 additions and 4 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.2.1" />
<PackageReference Include="Realm" Version="10.3.0" />
</ItemGroup>
</Project>