Skip to content

Commit 301abb5

Browse files
committed
906900-Upgrade-Versions
1 parent 7e21ea5 commit 301abb5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Export-Array-to-Excel/Export-Array-to-Excel/Export-Array-to-Excel.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="17.1.0.38" />
9+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Export-CSV-to-Excel/Export-CSV-to-Excel/Export-CSV-to-Excel.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="17.1.0.38" />
9+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Export-CollectionObjects-to-Excel/Export-CollectionObjects-to-Excel/Export-CollectionObjects-to-Excel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ImportFromCollectionObjects</RootNamespace>
1010
<AssemblyName>ImportFromCollectionObjects</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>

Export-DataBase-to-Excel/Export-DataBase-to-Excel/Export-DataBase-to-Excel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ImportFromDataBase</RootNamespace>
1010
<AssemblyName>ImportFromDataBase</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>

Export-DataGridView-to-Excel/Export-DataGridView-to-Excel/Export-DataGridView-to-Excel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>ImportFromGrid</RootNamespace>
1010
<AssemblyName>ImportFromGrid</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>

Export-DataTable-to-Excel/Export-DataTable-to-Excel/Export-DataTable-to-Excel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ImportFromDataTable</RootNamespace>
1010
<AssemblyName>ImportFromDataTable</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)