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 ea1e5d3 commit 55795c5Copy full SHA for 55795c5
Program.cs
@@ -4,7 +4,7 @@
4
builder.Services.AddControllersWithViews();
5
6
var app = builder.Build();
7
-Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Mgo+DSMBMAY9C3t2VlhiQldPd11dX2tWfFN0RnNcdVx5flVDcC0sT3RfQF5iSHxbdkBgWX1WeXVTRA==");
+Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your license key");
8
// Configure the HTTP request pipeline.
9
if (!app.Environment.IsDevelopment())
10
{
0 commit comments