bblanchon / pdfium-binaries

📰 Binary distribution of PDFium
800 stars 168 forks source link

Update NuGet targets file for .NET Framework 4.8.1 and win-arm64 #98

Closed sungaila closed 1 year ago

sungaila commented 1 year ago

The NuGet file bblanchon.PDFium.Win32.targets is for telling the older/deprecated .NET Framework projects where to copy the PDFium binaries. The newer and currently supported .NET is not affected by this change.

  1. Microsoft released .NET Framework 4.8.1.
  2. net481 adds support for Windows on ARM so the PDFium win-arm64 binary should be copied.
  3. Changed the folder structure to match SkiaSharp.NativeAssets.Win32. E.g. runtimes\win-x64\native\pdfium.dll becomes x64\pdfium.dll.
bblanchon commented 1 year ago

Thanks, @sungaila.