Skip to content

Commit c4905e3

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
Tables
1 parent 6fabdaa commit c4905e3

File tree

32 files changed

+37
-35
lines changed

32 files changed

+37
-35
lines changed

Tables/Align-text-within-a-table/.NET-Standard/Align-text-within-a-table/Align-text-within-a-table.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-base-style-for-table/.NET-Standard/Apply-base-style-for-table/Apply-base-style-for-table.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-built-in-table-style/.NET-Standard/Apply-built-in-table-style/Apply-built-in-table-style.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-cell-formatting/.NET-Standard/Apply-cell-formatting/Apply-cell-formatting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-custom-table-style/.NET-Standard/Apply-custom-table-style/Apply-custom-table-style.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-horizontal-merge-to-cells/.NET-Standard/Apply-horizontal-merge-to-cells/Apply-horizontal-merge-to-cells.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-table-formatting/.NET-Standard/Apply-table-formatting/Apply-table-formatting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Apply-vertical-merge-to-cells/.NET-Standard/Apply-vertical-merge-to-cells/Apply-vertical-merge-to-cells.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Create-horizontal-merged-cells/.NET-Standard/Create-horizontal-merged-cells/Create-horizontal-merged-cells.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

Tables/Create-nested-table/.NET-Standard/Create-nested-table/Create-nested-table.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)