Skip to content

Commit 375f17d

Browse files
Upgraded Target frame work version and package reference version.
1 parent 58da221 commit 375f17d

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Change-password-of-PDF-document/Change-password-of-PDF-document/Change-password-of-PDF-document.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.37" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Change-permission-of-PDF-document/Change-permission-of-PDF-document/Change-permission-of-PDF-document.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.38" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Encrypt-PDF-with-owner-password/Encrypt-PDF-with-owner-password/Encrypt-PDF-with-owner-password.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.37" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Encrypt-PDF-with-user-password/Encrypt-PDF-with-user-password/Encrypt-PDF-with-user-password.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.37" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Protect-an-existing-PDF-document/Protect-an-existing-PDF-document/Protect-an-existing-PDF-document.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.37" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Protect-attachments-in-PDF-document/Protect-attachments-in-PDF-document/Protect-attachments-in-PDF-document.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.38" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

Remove-password-from-PDF-document/Remove-password-from-PDF-document/Remove-password-from-PDF-document.csproj

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

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

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.1.38" />
12+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)