From 93364ddeac5707c0bd662117cc5a0cc2f4575810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Va=C5=BEan?= Date: Sun, 25 Aug 2024 13:06:22 +0000 Subject: [PATCH] Upgraded ImageSharp --- SourceAFIS/SourceAFIS.csproj | 2 +- scripts/configure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceAFIS/SourceAFIS.csproj b/SourceAFIS/SourceAFIS.csproj index 5a68791..4bffd07 100644 --- a/SourceAFIS/SourceAFIS.csproj +++ b/SourceAFIS/SourceAFIS.csproj @@ -26,6 +26,6 @@ - + diff --git a/scripts/configure.py b/scripts/configure.py index 5ba8e52..dde28bd 100644 --- a/scripts/configure.py +++ b/scripts/configure.py @@ -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()