Skip to content

Commit 1ae3ee1

Browse files
Merge pull request #4 from SyncfusionExamples/FindandReplace
Update GitHub demos with active projects and latest NuGet packages for Word Library
2 parents 7ce7410 + 35d5b21 commit 1ae3ee1

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Find-and-highlight-text/Console-App-.NET-Core/Find-and-highlight-text/Find-and-highlight-text.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.4.0.46" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Find-and-replace-several-paragraphs/Console-App-.NET-Core/Find-and-replace-several-paragraphs/Find-and-replace-several-paragraphs.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.4.0.47" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Find-and-replace-text/Console-App-.NET-Core/Replace-misspelt-word/Replace-misspelt-word.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.4.0.46" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Replace-text-with-document/Console-App-.NET-Core/Replace-text-with-document/Replace-text-with-document.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.4.0.47" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Replace-text-with-image/Console-App-.NET-Core/Replace-text-with-image/Replace-text-with-image.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.4.0.46" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Replace-text-with-merge-field/Console-App-.NET-Core/Replace-text-with-merge-field/Replace-text-with-merge-field.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.4.0.47" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

Replace-text-with-table/Console-App-.NET-Core/Replace-text-with-table/Replace-text-with-table.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.4.0.47" />
9+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)