Hi Christopher,
Thanks for contacting Syncfusion Support.
We have checked the reported query for “adding of license-key in Blazor Server .Net 6” at our end. We let you know that you can register the license key in program.cs file for Blazor Server Application with .Net6 as below
|
var app = builder.Build();
//Register Syncfusion license
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
|
However, we have prepared a sample for your reference which you can download from the below link
Kindly try with the above information and get back to us if you have any queries.
Regards,
Joshna L