Closed
Description
With update 6.2.0-preview-3 I get runtime exception.
At this line
using (PdfDocument pdfd = new PdfDocument())
I get the exception.
System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. Das System kann die angegebene Datei nicht finden.'
I already made a new installation of all dependencies and the PDFsharp Migradoc.
How can I solve this issue?