Skip to content

Commit

Permalink
auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Sep 6, 2024
1 parent 7453f6f commit 8ac0625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FaceSample/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.2.3223"/>
<PackageReference Include="Xamarin.Regula.FaceApi.iOS" Version="6.2.3224"/>
<PackageReference Include="Xamarin.FaceCore.Basic.iOS" Version="6.2.783"/>
</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.2.3223"/>
<PackageReference Include="Xamarin.Regula.FaceApi.Android" Version="6.2.3224"/>
<PackageReference Include="Xamarin.FaceCore.Basic.Droid" Version="6.2.547"/>
</ItemGroup>
</Project>

0 comments on commit 8ac0625

Please sign in to comment.