Update PackageReferences

This commit is contained in:
ema
2025-05-13 17:36:22 +08:00
parent ebcb223ef0
commit 8fa4f6cc5b
8 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ namespace QuickLook.Plugin.PDFViewer;
internal static class PdfPageExtension
{
private static int _renderCount;
private static readonly object LockObj = new object();
private static readonly object LockObj = new();
public static BitmapSource RenderThumbnail(this PdfDocumentWrapper doc, int page)
{