Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Forget committed Mar 5, 2024
1 parent 94ba9b4 commit c124044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ ImageDetailsCore-mac
ImageDetailsCore.exe
Thumbs.db
badgeall.sh
ImageDetailsCore-linux
ImageDetailsCore-mac
ImageDetailsCore.exe
4 changes: 2 additions & 2 deletions ImageDetailsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="MetadataExtractor" Version="2.8.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<None Update="Custom Options\**\*">
Expand Down

0 comments on commit c124044

Please sign in to comment.