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 81fa047 commit 3d05cccCopy full SHA for 3d05ccc
FormFieldSample/FormFieldSample/FormFieldSample.csproj
@@ -2,13 +2,13 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.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="21.2.4" />
+ <PackageReference Include="Syncfusion.Pdf.Net.Core" Version="*" />
12
</ItemGroup>
13
14
</Project>
0 commit comments