File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" 20.4.0.43 " />
10+ <PackageReference Include =" Syncfusion.Pdf.Net.Core" Version =" * " />
1111 </ItemGroup >
1212
1313</Project >
Original file line number Diff line number Diff line change 44
55var builder = WebApplication . CreateBuilder ( args ) ;
66
7-
8- Syncfusion . Licensing . SyncfusionLicenseProvider . RegisterLicense ( "OTEwODM4QDMyMzAyZTM0MmUzMGwybS9hbGswSEo2eURRRjFCVVUxc0FlWFAvWDdCanIvRGlvS084N0pYR1k9" ) ;
9-
107// Add services to the container.
118builder . Services . AddRazorPages ( ) ;
129builder . Services . AddServerSideBlazor ( ) ;
You can’t perform that action at this time.
0 commit comments