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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|
|
|
|
|