Skip to content

Commit 76d7364

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
Word document
1 parent ff599db commit 76d7364

File tree

44 files changed

+56
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+56
-61
lines changed

Word-document/Access-styles-in-document/.NET-Standard/Access-styles-in-document/Access-styles-in-document.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>Access_styles_in_document</RootNamespace>
77
</PropertyGroup>
88

Word-document/Add-custom-document-properties/.NET-Standard/Add-custom-document-properties/Add-custom-document-properties.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>Add_custom_document_properties</RootNamespace>
77
</PropertyGroup>
88

Word-document/Apply-built-in-style/.NET-Standard/Apply-built-in-style/Apply-built-in-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_style</RootNamespace>
77
</PropertyGroup>
88

Word-document/Apply-gradient-background-to-document/.NET-Standard/Apply-gradient-background-to-document/Apply-gradient-background-to-document.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_gradient_background_to_document</RootNamespace>
77
</PropertyGroup>
88

Word-document/Apply-picture-background-to-document/.NET-Standard/Apply-picture-background-to-document/Apply-picture-background-to-document.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_picture_background_to_document</RootNamespace>
77
</PropertyGroup>
88

Word-document/Clone-whole-Word-document/.NET-Standard/Clone-whole-Word-document/Clone-whole-Word-document.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>Clone_whole_Word_document</RootNamespace>
77
</PropertyGroup>
88

Word-document/Copy-Excel-content-to-Word-with-formatting/.NET Standard/Copy-Excel-content-to-Word-with-formatting/Copy-Excel-content-to-Word-with-formatting.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Copy_Excel_content_to_Word_with_formatting</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="25.1.40" />
13-
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="25.1.40" />
14-
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="25.1.40" />
12+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
13+
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="*" />
14+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
1515
</ItemGroup>
1616

1717
</Project>

Word-document/Create-new-paragraph-style/.NET-Standard/Create-new-paragraph-style/Create-new-paragraph-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>Create_new_paragraph_style</RootNamespace>
77
</PropertyGroup>
88

Word-document/Find-and-replace-text-with-Excel-content/.NET Standard/Find-and-replace-text-with-Excel-content/Find-and-replace-text-with-Excel-content.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Find_and_replace_text_with_Excel_content</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="25.1.40" />
13-
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="25.1.40" />
12+
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="*" />
13+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
1414
</ItemGroup>
1515

1616
</Project>

Word-document/Hide-backgrounds-in-print-layout-view/.NET-Standard/Hide-backgrounds-in-print-layout-view/Hide-backgrounds-in-print-layout-view.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>Hide_backgrounds_in_print_layout_view</RootNamespace>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)