File tree 2 files changed +4
-4
lines changed
Export-HTML-table-from-web-page-to-Excel
Export-Html-Tables-To-Excel
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" Microsoft.AspNetCore.App" />
9
9
<PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.2" PrivateAssets =" All" />
10
10
<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 =" * " />
12
12
</ItemGroup >
13
13
14
14
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >net8.0 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" Microsoft.AspNetCore.App" />
9
9
<PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.1.2" PrivateAssets =" All" />
10
10
<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 =" * " />
12
12
</ItemGroup >
13
13
14
14
</Project >
You can’t perform that action at this time.
0 commit comments