Skip to content

Commit

Permalink
Merge pull request #221 from EvotecIT/ImageSharpUpdate
Browse files Browse the repository at this point in the history
Bump dependency of ImageSharp to 2.1.8
  • Loading branch information
PrzemyslawKlys authored Apr 16, 2024
2 parents 494fac3 + 20979e5 commit a837e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OfficeIMO.Excel/OfficeIMO.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="[2.16.0,3.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.7,3.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.8,3.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions OfficeIMO.Word/OfficeIMO.Word.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>An Open Source cross-platform .NET library providing an easy way to create Microsoft Word (DocX) documents.</Description>
Expand Down Expand Up @@ -63,7 +63,7 @@

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="[2.16.0,3.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.7,3.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.8,3.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a837e6c

Please sign in to comment.