Skip to content

Commit 94f698d

Browse files
Merge pull request #2 from SyncfusionExamples/915138_attachment
915138_attachment Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents 941c523 + 7b94760 commit 94f698d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

AddAttachmentPDF/AddAttachmentPDF/AddAttachmentPDF.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>net6.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.1.41" />
11+
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
</Project>

ExtractAttachmentPDF/ExtractAttachmentPDF/ExtractAttachmentPDF.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>net6.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>

RemoveAttachmentPDF/RemoveAttachmentPDF/RemoveAttachmentPDF.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>net6.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)