Skip to content

Commit 1c9c7ac

Browse files
authored
Update third-party-libraries.md
1 parent 5190411 commit 1c9c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpf/third-party-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AvaloniaUI.Xpf.WinApiShim.WinApiShimSetup.
2222
.AutoEnable(asm =>
2323
{
2424
var name = asm.GetName().Name.ToLowerInvariant();
25-
if (name is "iface.oik.tm.native" or "sqlite" or "jint" or "esprima")
25+
if (name is "sqlite" or "jint" or "esprima")
2626
return true;
2727
return false;
2828
});

0 commit comments

Comments
 (0)