Skip to content

Commit

Permalink
Bump SixLabors.ImageSharp to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 8, 2024
1 parent 5f16f4f commit f45286a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OfficeIMO.Excel/OfficeIMO.Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OfficeIMO.Word/OfficeIMO.Word.csproj
Original file line number Diff line number Diff line change
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.6,3.0.0)" />
<PackageReference Include="SixLabors.ImageSharp" Version="[2.1.7,3.0.0)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f45286a

Please sign in to comment.