Skip to content

Commit 5221712

Browse files
Merge pull request #2 from SyncfusionExamples/915138_access
915138_access Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents d19d876 + ef0d56d commit 5221712

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

PDF_conformance_with_tags/PDF_conformance_with_tags/PDF_conformance_with_tags.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.3.0.59" />
9+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

create_accessible_PDF/create_accessible_PDF/create_accessible_PDF.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.3.0.59" />
9+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

create_autotag_PDF/create_autotag_PDF/create_autotag_PDF.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.3.0.59" />
9+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

word_to_PDF_with_tags/word_to_PDF_with_tags/word_to_PDF_with_tags.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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.3.0.59" />
10-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="20.3.0.59" />
9+
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="*" />
10+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)