Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): Bump SkiaSharp.Views.Maui.Controls from 2.88.3 to 2.88.5
Browse files Browse the repository at this point in the history
Bumps [SkiaSharp.Views.Maui.Controls](https://github.com/mono/SkiaSharp) from 2.88.3 to 2.88.5.
- [Release notes](https://github.com/mono/SkiaSharp/releases)
- [Commits](mono/SkiaSharp@v2.88.3...v2.88.5)

---
updated-dependencies:
- dependency-name: SkiaSharp.Views.Maui.Controls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 61a5d51 commit c6c8c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ColorPicker.Maui.Demo/ColorPicker.Maui.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
Expand Down Expand Up @@ -46,7 +46,7 @@

<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.3" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.5" />

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions ColorPicker.Maui/ColorPicker.Maui.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
Expand Down Expand Up @@ -47,7 +47,7 @@
<ItemGroup>
<PackageReference
Include="SkiaSharp.Views.Maui.Controls"
Version="2.88.3" />
Version="2.88.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c6c8c5a

Please sign in to comment.