File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Pdf_from_word/Pdf_from_word
pdf_from_powerPoint/pdf_from_powerPoint Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net8.0 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" 20.1.0.50 " />
9+ <PackageReference Include =" Syncfusion.DocIORenderer.Net.Core" Version =" * " />
1010 </ItemGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change 11using Syncfusion . Pdf ;
22using Syncfusion . Presentation ;
3- using Syncfusion . PresentationToPdfConverter ;
3+ using Syncfusion . PresentationRenderer ;
44using System . IO ;
55
66namespace pdf_from_powerPoint
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net8.0 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Syncfusion.PresentationRenderer.Net.Core" Version =" 20.1.0.50 " />
9+ <PackageReference Include =" Syncfusion.PresentationRenderer.Net.Core" Version =" * " />
1010 </ItemGroup >
1111
1212</Project >
You can’t perform that action at this time.
0 commit comments