Skip to content

Commit 01cc874

Browse files
Merge pull request #3 from SyncfusionExamples/Table
Update GitHub demos with active projects and latest NuGet packages for Word Library
2 parents 0ad4292 + 7f2ba52 commit 01cc874

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Apply-built-in-table-style/Console-App-.NET-Core/Apply-built-in-table-style/Apply-built-in-table-style.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

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

1212
</Project>

Copy-table-styles/Console-App-.NET-Core/Copy-table-styles/Copy-table-styles.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

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

1212
</Project>

Create-new-custom-table-style/Console-App-.NET-Core/Create-new-custom-table-style/Create-new-custom-table-style.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

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

1212
</Project>

Modify-existing-table-style/Console-App-.NET-Core/Modify-existing-table-style/Modify-existing-table-style.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

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

1212
</Project>

0 commit comments

Comments
 (0)