File tree 6 files changed +8
-8
lines changed
Export-Array-to-Excel/Export-Array-to-Excel
Export-CSV-to-Excel/Export-CSV-to-Excel
Export-CollectionObjects-to-Excel/Export-CollectionObjects-to-Excel
Export-DataBase-to-Excel/Export-DataBase-to-Excel
Export-DataGridView-to-Excel/Export-DataGridView-to-Excel
Export-DataTable-to-Excel/Export-DataTable-to-Excel
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1 </TargetFramework >
5
+ <TargetFramework >net8.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 17.1.0.38 " />
9
+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
10
10
</ItemGroup >
11
11
12
12
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1 </TargetFramework >
5
+ <TargetFramework >net8.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" 17.1.0.38 " />
9
+ <PackageReference Include =" Syncfusion.XlsIO.Net.Core" Version =" * " />
10
10
</ItemGroup >
11
11
12
12
</Project >
Original file line number Diff line number Diff line change 8
8
<OutputType >Exe</OutputType >
9
9
<RootNamespace >ImportFromCollectionObjects</RootNamespace >
10
10
<AssemblyName >ImportFromCollectionObjects</AssemblyName >
11
- <TargetFrameworkVersion >v4.6 .1</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.8 .1</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
Original file line number Diff line number Diff line change 8
8
<OutputType >Exe</OutputType >
9
9
<RootNamespace >ImportFromDataBase</RootNamespace >
10
10
<AssemblyName >ImportFromDataBase</AssemblyName >
11
- <TargetFrameworkVersion >v4.6 .1</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.8 .1</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
Original file line number Diff line number Diff line change 8
8
<OutputType >WinExe</OutputType >
9
9
<RootNamespace >ImportFromGrid</RootNamespace >
10
10
<AssemblyName >ImportFromGrid</AssemblyName >
11
- <TargetFrameworkVersion >v4.6 .1</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.8 .1</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
Original file line number Diff line number Diff line change 8
8
<OutputType >Exe</OutputType >
9
9
<RootNamespace >ImportFromDataTable</RootNamespace >
10
10
<AssemblyName >ImportFromDataTable</AssemblyName >
11
- <TargetFrameworkVersion >v4.6 .1</TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.8 .1</TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
You can’t perform that action at this time.
0 commit comments