File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
FormFieldSample/FormFieldSample Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 77namespace 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 }
You can’t perform that action at this time.
0 commit comments