diff --git a/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj b/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj index 14cd6d3..4f1669d 100644 --- a/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj +++ b/Pdf_from_word/Pdf_from_word/Pdf_from_word.csproj @@ -2,11 +2,11 @@ Exe - netcoreapp3.1 + net8.0 - + diff --git a/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs b/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs index 1e51e52..6a12e81 100644 --- a/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs +++ b/pdf_from_powerPoint/pdf_from_powerPoint/Program.cs @@ -1,6 +1,6 @@ using Syncfusion.Pdf; using Syncfusion.Presentation; -using Syncfusion.PresentationToPdfConverter; +using Syncfusion.PresentationRenderer; using System.IO; namespace pdf_from_powerPoint diff --git a/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj b/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj index c14a35d..b8be0c8 100644 --- a/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj +++ b/pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj @@ -2,11 +2,11 @@ Exe - netcoreapp3.1 + net8.0 - +