Skip to content

Commit

Permalink
[Bot -> All](deps): Bump the skia group
Browse files Browse the repository at this point in the history
Bumps the skia group in /Source/SammBot with 2 updates: SkiaSharp and SkiaSharp.NativeAssets.Linux.


Updates `SkiaSharp` from 2.88.9 to 3.116.0

Updates `SkiaSharp.NativeAssets.Linux` from 2.88.9 to 3.116.0

---
updated-dependencies:
- dependency-name: SkiaSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: skia
- dependency-name: SkiaSharp.NativeAssets.Linux
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: skia
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AnalogFeelings committed Dec 3, 2024
1 parent 4d0a4d5 commit 3b66feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/SammBot.Library/SammBot.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0"/>
<PackageReference Include="SkiaSharp" Version="2.88.9"/>
<PackageReference Include="SkiaSharp" Version="3.116.0"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Source/SammBot/SammBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0"/>
<PackageReference Include="SkiaSharp" Version="2.88.9"/>
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.9"/>
<PackageReference Include="SkiaSharp" Version="3.116.0"/>
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3b66feb

Please sign in to comment.