Skip to content

Commit

Permalink
Update some c# dependency.
Browse files Browse the repository at this point in the history
... it had some security issue.
  • Loading branch information
hzeller committed Jul 10, 2024
1 parent 3c2a1d6 commit 56eef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/c#/examples/PlayGIF/PlayGIF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\RPiRgbLEDMatrix.csproj" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
</ItemGroup>
</Project>

0 comments on commit 56eef03

Please sign in to comment.