Skip to content

Commit

Permalink
Update third-party-libraries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kekekeks authored Oct 28, 2024
1 parent 1c9c7ac commit 3597bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpf/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AvaloniaUI.Xpf.WinApiShim.WinApiShimSetup.
.AutoEnable(asm =>
{
var name = asm.GetName().Name.ToLowerInvariant();
if (name is "sqlite" or "jint" or "esprima")
if (name is "sqlite" or "jint" or "esprima" or "magick.net" or "magick.net.core")
return true;
return false;
});
Expand Down

0 comments on commit 3597bf9

Please sign in to comment.