Skip to content

Commit 572fa77

Browse files
Merge pull request #4 from SyncfusionExamples/915138_csharp
915138_csharp Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents 9237a58 + 994f050 commit 572fa77

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pdf_from_excel/pdf_from_excel/pdf_from_excel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.XlsIORenderer.Net.Core" Version="20.1.0.50" />
9+
<PackageReference Include="Syncfusion.XlsIORenderer.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

pdf_from_images/pdf_from_images/pdf_from_images.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.Pdf.Net.Core" Version="20.1.0.51" />
9+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

pdf_from_scratch/pdf_from_scratch/pdf_from_scratch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.Pdf.Net.Core" Version="20.1.0.50" />
9+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

pdf_from_web/pdf_from_web/pdf_from_web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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.HtmlToPdfConverter.Blink.Net.Core.Windows" Version="20.1.0.51" />
9+
<PackageReference Include="Syncfusion.HtmlToPdfConverter.Net.Windows" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)