Skip to content

Commit 12cda8b

Browse files
committed
915138_exttext Upgrade GitHub demo samples to the latest .net version [PDF Library]
1 parent 31ef6bd commit 12cda8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

1414
</Project>

0 commit comments

Comments
 (0)