bezzad / PdfiumViewer

PDF viewer based on Google's PDFium port to .Net Core.
Apache License 2.0
126 stars 45 forks source link

not up to date #13

Open ToratEmetInWord opened 6 months ago

ToratEmetInWord commented 6 months ago

Severity Code Description Project File Line Suppression State Error Could not install package 'PdfiumViewer.WPF 1.0.6'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

vfarrell-mayday commented 3 months ago

I believe the minimum target is .NET Core 3.1. The NuGet package page here shows that it's not compatible with Framework 4.8.

majkimester commented 2 months ago

Hi, my fork https://github.com/majkimester/PdfiumViewer.WPF is targeting .NET Framework 4.8 and contains lot of improvements and bug fixes compared to this one. Lets give it a try. (Sorry no nuget package yet.)

ToratEmetInWord commented 2 months ago

wow amazing thanks!