We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f35067 commit a08fbc4Copy full SHA for a08fbc4
pdf_from_powerPoint/pdf_from_powerPoint/Program.cs
@@ -1,6 +1,6 @@
1
using Syncfusion.Pdf;
2
using Syncfusion.Presentation;
3
-using Syncfusion.PresentationToPdfConverter;
+using Syncfusion.PresentationRenderer;
4
using System.IO;
5
6
namespace pdf_from_powerPoint
pdf_from_powerPoint/pdf_from_powerPoint/pdf_from_powerPoint.csproj
@@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
7
8
<ItemGroup>
9
- <PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="20.1.0.50" />
+ <PackageReference Include="Syncfusion.PresentationRenderer.Net.Core" Version="*" />
10
</ItemGroup>
11
12
</Project>
0 commit comments