Skip to content

Commit de3d2f7

Browse files
authored
Merge pull request #25 from CaiB/dependabot/nuget/Extensions/ImageOutput/SixLabors.ImageSharp-3.1.11
Bump SixLabors.ImageSharp from 3.1.7 to 3.1.11
2 parents f3276ae + c4f3e51 commit de3d2f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extensions/ImageOutput/ImageOutput.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
18+
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
@@ -27,8 +27,8 @@
2727
<ILRepackPackage Include="$(NuGetPackageRoot)\ilrepack\*\tools\ilrepack.exe" />
2828
</ItemGroup>
2929

30-
<Error Condition="!Exists(@(ILRepackPackage->'%(FullPath)'))" Text="You are trying to use the ILRepack package, but it is not installed or at the correct location" />
31-
<Exec Command="@(ILRepackPackage->'%(fullpath)') /out:$(TargetPath) /wildcards /target:library /lib:$(OutputPath) $(TargetPath) $(OutputPath)/SixLabors.ImageSharp.dll" />
30+
<Error Condition="!Exists(@(ILRepackPackage-&gt;'%(FullPath)'))" Text="You are trying to use the ILRepack package, but it is not installed or at the correct location" />
31+
<Exec Command="@(ILRepackPackage-&gt;'%(fullpath)') /out:$(TargetPath) /wildcards /target:library /lib:$(OutputPath) $(TargetPath) $(OutputPath)/SixLabors.ImageSharp.dll" />
3232
</Target>
3333

3434
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(BuildingInsideVisualStudio)' == 'true'">

0 commit comments

Comments
 (0)