Skip to content

Commit 3d05ccc

Browse files
committed
915138_flattenform Upgrade GitHub demo samples to the latest .net version [PDF Library]
1 parent 81fa047 commit 3d05ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

1414
</Project>

0 commit comments

Comments
 (0)