From df405dc69c38a77e5dad8693b92f4263a5d46c9e Mon Sep 17 00:00:00 2001 From: Edris Date: Tue, 17 Jun 2025 13:45:24 +0330 Subject: [PATCH] Using NetCore variant of Engine in order to remove Windows dependency --- PdfService/PdfService.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PdfService/PdfService.csproj b/PdfService/PdfService.csproj index 240bb69..f5c23a7 100644 --- a/PdfService/PdfService.csproj +++ b/PdfService/PdfService.csproj @@ -1,15 +1,14 @@ - net8.0-windows + net8.0 enable enable - true - +