Update package references in xamarin props files

This commit is contained in:
Dean Herbert
2022-02-15 15:46:25 +09:00
parent 334fe1f120
commit 2c3e50a450
2 changed files with 7 additions and 7 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.8.0" />
<PackageReference Include="Realm" Version="10.9.0" />
</ItemGroup>
</Project>