Skip to content

Commit

Permalink
Update SfChart
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Oct 29, 2023
1 parent 7650eef commit 798ef30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitTrends.Android/GitTrends.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="22.2.7" />
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="23.1.42" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.FFImageLoading.Svg.Forms" Version="2.4.11.982" />
<PackageReference Include="Autofac" Version="7.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion GitTrends.iOS/GitTrends.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2612" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="22.2.7" />
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="23.1.42" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.FFImageLoading.Svg.Forms" Version="2.4.11.982" />
<PackageReference Include="Autofac" Version="7.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion GitTrends/GitTrends.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<NoStdLib>false</NoStdLib>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="22.2.7" />
<PackageReference Include="Syncfusion.Xamarin.SfChart" Version="23.1.42" />
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="Xamarin.FFImageLoading.Svg.Forms" Version="2.4.11.982" />
<PackageReference Include="Autofac" Version="7.1.0" />
Expand Down

0 comments on commit 798ef30

Please sign in to comment.