Skip to content

Commit 7ae9a1b

Browse files
Merge pull request #2 from SyncfusionExamples/915138_flattenform
915138_flattenform Upgrade GitHub demo samples to the latest .net version [PDF Library]
2 parents 81fa047 + cb3633d commit 7ae9a1b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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>

FormFieldSample/FormFieldSample/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
namespace FormFieldSample {
88
internal class Program {
99
static void Main(string[] args) {
10-
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2VFhhQlVEfV5AQmBIYVp/TGpJfl96cVxMZVVBJAtUQF1hSn5Qd0FjUH5fdX1RR2ZZ ");
11-
10+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License key");
1211
CreateForm();
1312
FillForm();
1413
}

0 commit comments

Comments
 (0)