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()