Skip to content

Commit

Permalink
Upgraded ImageSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Aug 25, 2024
1 parent e80a6c1 commit 93364dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SourceAFIS/SourceAFIS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dahomey.Cbor" Version="1.16.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.9" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def documentation_links(self):
def dependencies(self):
yield from super().dependencies()
yield self.use('Dahomey.Cbor:1.16.1')
yield self.use('SixLabors.ImageSharp:2.1.8')
yield self.use('SixLabors.ImageSharp:2.1.9')

Project().generate()

0 comments on commit 93364dd

Please sign in to comment.