Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Dec 24, 2024
1 parent 761ddf2 commit c3e7efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FaceSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
</ItemGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">
<PackageReference Include="Xamarin.Regula.FaceApi.iOS" Version="6.4.263"/>
<PackageReference Include="Xamarin.Regula.FaceApi.iOS" Version="6.4.264"/>
<PackageReference Include="Xamarin.FaceCore.Basic.iOS" Version="6.4.222"/>
</ItemGroup>
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">
<PackageReference Include="Xamarin.AndroidX.DataBinding.ViewBinding" Version="8.0.2" />
<PackageReference Include="Xamarin.Regula.FaceApi.Android" Version="6.4.263"/>
<PackageReference Include="Xamarin.Regula.FaceApi.Android" Version="6.4.264"/>
<PackageReference Include="Xamarin.FaceCore.Basic.Droid" Version="6.4.222"/>
</ItemGroup>
</Project>

0 comments on commit c3e7efe

Please sign in to comment.