Browse Source

Merge pull request #17918 from abpframework/issue-17906

Fix missing method exception problem
pull/17924/head
maliming 3 years ago
committed by GitHub
parent
commit
bc9e99e2c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.csproj

2
modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.csproj

@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" />
<PackageReference Include="Markdig.Signed" />
<PackageReference Include="HtmlSanitizer" />
<PackageReference Include="SixLabors.ImageSharp" />
<PackageReference Include="SixLabors.ImageSharp" VersionOverride="1.0.4"/>
<PackageReference Include="SixLabors.ImageSharp.Drawing" />
</ItemGroup>

Loading…
Cancel
Save