Update libraries to latest versions

This commit is contained in:
Dean Herbert
2022-05-11 19:51:22 +09:00
parent 396be1bf18
commit fecf92e16f
15 changed files with 24 additions and 24 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.10.0" />
<PackageReference Include="Realm" Version="10.12.0" />
</ItemGroup>
</Project>