File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1 </TargetFramework >
4+ <TargetFramework >net8.0 </TargetFramework >
55 <RazorLangVersion >3.0</RazorLangVersion >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 3.2.1" />
1010 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" 3.2.1" PrivateAssets =" all" />
1111 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 3.2.1" PrivateAssets =" all" />
12- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.4.0.42 " />
12+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
1313 <PackageReference Include =" System.Net.Http.Json" Version =" 3.2.0" />
1414 </ItemGroup >
1515
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net8.0 </TargetFramework >
55 </PropertyGroup >
66
77 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
88 <Optimize >true</Optimize >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.4.0.42 " />
12+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
1313 </ItemGroup >
1414
1515</Project >
You can’t perform that action at this time.
0 commit comments