Skip to content

Commit 6a41624

Browse files
committed
Updated to Cofoundry v0.11
1 parent fd1e68a commit 6a41624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Cofoundry.Plugins.Imaging.ImageSharp/Cofoundry.Plugins.Imaging.ImageSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Cofoundry.Web" Version="0.10.4-ci0006" />
29-
<PackageReference Include="SixLabors.ImageSharp" Version="2.0.0" />
28+
<PackageReference Include="Cofoundry.Web" Version="0.11.0" />
29+
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
3030
</ItemGroup>
3131

3232
</Project>

src/ImageSharpExample/ImageSharpExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Cofoundry.Web.Admin" Version="0.10.4-ci0006" />
9+
<PackageReference Include="Cofoundry.Web.Admin" Version="0.11.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)