File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Export-HTML-table-from-web-page-to-Excel
Export-Html-Tables-To-Excel 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 >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >net8.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <PackageReference Include =" Microsoft.AspNetCore.App" />
99 <PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.2" PrivateAssets =" All" />
1010 <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.9" />
11- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.2.0.54 " />
11+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.1 </TargetFramework >
4+ <TargetFramework >net8.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
88 <PackageReference Include =" Microsoft.AspNetCore.App" />
99 <PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.2" PrivateAssets =" All" />
1010 <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.9" />
11- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 18.2.0.44 " />
11+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
1212 </ItemGroup >
1313
1414</Project >
You can’t perform that action at this time.
0 commit comments