Skip to content

Commit

Permalink
Merge pull request #2062 from PiranhaCMS/dependabot/nuget/core/Piranh…
Browse files Browse the repository at this point in the history
…a.ImageSharp/SixLabors.ImageSharp-2.1.8

Bump SixLabors.ImageSharp from 2.1.7 to 2.1.8 in /core/Piranha.ImageSharp
  • Loading branch information
tidyui committed Apr 18, 2024
2 parents 5590464 + 812d426 commit d03ebad
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions core/Piranha.ImageSharp/Piranha.ImageSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Package for processing uploaded images using ImageSharp</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.7" />
<ProjectReference Include="..\Piranha\Piranha.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<NoWarn>$(NoWarn);1591</NoWarn>
<Description>Package for processing uploaded images using ImageSharp</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.8" />
<ProjectReference Include="..\Piranha\Piranha.csproj" />
</ItemGroup>

</Project>

0 comments on commit d03ebad

Please sign in to comment.