diff --git a/BlazorPDF.csproj b/BlazorPDF.csproj index 9dd12d2..7831d0f 100644 --- a/BlazorPDF.csproj +++ b/BlazorPDF.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 enable enable - + diff --git a/Program.cs b/Program.cs index 2369977..364a44b 100644 --- a/Program.cs +++ b/Program.cs @@ -3,10 +3,7 @@ using Microsoft.AspNetCore.Components.Web; var builder = WebApplication.CreateBuilder(args); - - -Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("OTEwODM4QDMyMzAyZTM0MmUzMGwybS9hbGswSEo2eURRRjFCVVUxc0FlWFAvWDdCanIvRGlvS084N0pYR1k9"); - +Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key"); // Add services to the container. builder.Services.AddRazorPages(); builder.Services.AddServerSideBlazor();