Skip to content

Commit 64ca9e9

Browse files
author
Konduru Keerthi Konduru Ravichandra Raju
committed
Text file conversion
1 parent 811ba6f commit 64ca9e9

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed

Text-file-conversion/Convert-Word-to-text-file/.NET-Standard/Convert-Word-to-text-file.sln renamed to Text-file-conversion/Convert-Word-to-text-file/.NET/Convert-Word-to-text-file.sln

File renamed without changes.

Text-file-conversion/Convert-Word-to-text-file/.NET-Standard/Convert-Word-to-text-file/Convert-Word-to-text-file.csproj renamed to Text-file-conversion/Convert-Word-to-text-file/.NET/Convert-Word-to-text-file/Convert-Word-to-text-file.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>Convert_Word_to_text_file</RootNamespace>
77
</PropertyGroup>
88

Text-file-conversion/Convert-Word-to-text-file/.NET-Standard/Convert-Word-to-text-file/Program.cs renamed to Text-file-conversion/Convert-Word-to-text-file/.NET/Convert-Word-to-text-file/Program.cs

File renamed without changes.

Text-file-conversion/Convert-Word-to-text-file/.NET-Standard/Convert-Word-to-text-file/Template.docx renamed to Text-file-conversion/Convert-Word-to-text-file/.NET/Convert-Word-to-text-file/Template.docx

File renamed without changes.

Text-file-conversion/Convert-text-file-to-Word/.NET-Standard/Convert-text-file-to-Word.sln renamed to Text-file-conversion/Convert-text-file-to-Word/.NET/Convert-text-file-to-Word.sln

File renamed without changes.

Text-file-conversion/Convert-text-file-to-Word/.NET-Standard/Convert-text-file-to-Word/Convert-text-file-to-Word.csproj renamed to Text-file-conversion/Convert-text-file-to-Word/.NET/Convert-text-file-to-Word/Convert-text-file-to-Word.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>Convert_text_file_to_Word</RootNamespace>
77
</PropertyGroup>
88

Text-file-conversion/Convert-text-file-to-Word/.NET-Standard/Convert-text-file-to-Word/Program.cs renamed to Text-file-conversion/Convert-text-file-to-Word/.NET/Convert-text-file-to-Word/Program.cs

File renamed without changes.

Text-file-conversion/Convert-text-file-to-Word/.NET-Standard/Convert-text-file-to-Word/Template.txt renamed to Text-file-conversion/Convert-text-file-to-Word/.NET/Convert-text-file-to-Word/Template.txt

File renamed without changes.

Text-file-conversion/Retrieve-Word-document-as-plain-text/.NET-Standard/Retrieve-Word-document-as-plain-text.sln renamed to Text-file-conversion/Retrieve-Word-document-as-plain-text/.NET/Retrieve-Word-document-as-plain-text.sln

File renamed without changes.

Text-file-conversion/Retrieve-Word-document-as-plain-text/.NET-Standard/Retrieve-Word-document-as-plain-text/Program.cs renamed to Text-file-conversion/Retrieve-Word-document-as-plain-text/.NET/Retrieve-Word-document-as-plain-text/Program.cs

File renamed without changes.

0 commit comments

Comments
 (0)