From 20849d13b3957787f30645494b94730ee74000e4 Mon Sep 17 00:00:00 2001 From: Sameerkhan Date: Mon, 21 Oct 2024 11:45:17 +0530 Subject: [PATCH 1/2] 915138_balzor Upgrade GitHub demo samples to the latest .net version [PDF Library] --- BlazorPDF.csproj | 4 ++-- Program.cs | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) 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..902e7b3 100644 --- a/Program.cs +++ b/Program.cs @@ -4,9 +4,6 @@ var builder = WebApplication.CreateBuilder(args); - -Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("OTEwODM4QDMyMzAyZTM0MmUzMGwybS9hbGswSEo2eURRRjFCVVUxc0FlWFAvWDdCanIvRGlvS084N0pYR1k9"); - // Add services to the container. builder.Services.AddRazorPages(); builder.Services.AddServerSideBlazor(); From f61853e478a9f7103553973b255d39c72b16c8a8 Mon Sep 17 00:00:00 2001 From: Sameerkhan Date: Mon, 21 Oct 2024 19:31:51 +0530 Subject: [PATCH 2/2] 915138_balzor Resolved given feedback. --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 902e7b3..364a44b 100644 --- a/Program.cs +++ b/Program.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Components.Web; var builder = WebApplication.CreateBuilder(args); - +Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key"); // Add services to the container. builder.Services.AddRazorPages(); builder.Services.AddServerSideBlazor();