We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ef6bd commit 12cda8bCopy full SHA for 12cda8b
TextExtraction/TextExtractionSample/TextExtractionSample.csproj
@@ -2,13 +2,13 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Syncfusion.Pdf.Net.Core" Version="22.2.7" />
+ <PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
12
</ItemGroup>
13
14
</Project>
0 commit comments