Skip to content

Commit 7e476cc

Browse files
Merge pull request #2 from SyncfusionExamples/915138_bookmark
915138_bookmark Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents ab75627 + cd2a7b2 commit 7e476cc

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Add_bookmarks_in_PDF_NET/Add_bookmarks_in_PDF_NET/Add_bookmarks_in_PDF_NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="21.2.3" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

Customize_PDF_document_bookmarks_NET/Customize_PDF_document_bookmarks_NET/Customize_PDF_document_bookmarks_NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.NET" Version="21.2.5" />
11+
<PackageReference Include="Syncfusion.Pdf.NET" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

Get_bookmark_page_index_in_PDF/Get_bookmark_page_index_in_PDF/Get_bookmark_page_index_in_PDF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="21.2.3" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

Insert_bookmarks_in_existing_PDF_NET/Insert_bookmarks_in_existing_PDF_NET/Insert_bookmarks_in_existing_PDF_NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="21.2.3" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

Remove_bookmarks_from_existing_PDF/Remove_bookmarks_from_existing_PDF/Remove_bookmarks_from_existing_PDF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="21.2.3" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

Update_bookmarks_in_PDF_NET/Update_bookmarks_in_PDF_NET/Update_bookmarks_in_PDF_NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="21.2.3" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)