From 62ec89ebd7dddfd2492e382f6bd48543df0e6232 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 6 Dec 2020 17:31:53 +0530 Subject: [PATCH] refactored dotnet core project name. --- .../DnsServerApp.csproj | 6 +----- {DnsServerApp.NETCore => DnsServerApp}/Program.cs | 0 {DnsServerApp.NETCore => DnsServerApp}/logo2.ico | Bin {DnsServerApp.NETCore => DnsServerApp}/start.bat | 0 {DnsServerApp.NETCore => DnsServerApp}/start.sh | 0 {DnsServerApp.NETCore => DnsServerApp}/uninstall.sh | 0 6 files changed, 1 insertion(+), 5 deletions(-) rename DnsServerApp.NETCore/DnsServerApp.NETCore.csproj => DnsServerApp/DnsServerApp.csproj (88%) rename {DnsServerApp.NETCore => DnsServerApp}/Program.cs (100%) rename {DnsServerApp.NETCore => DnsServerApp}/logo2.ico (100%) rename {DnsServerApp.NETCore => DnsServerApp}/start.bat (100%) rename {DnsServerApp.NETCore => DnsServerApp}/start.sh (100%) rename {DnsServerApp.NETCore => DnsServerApp}/uninstall.sh (100%) diff --git a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj b/DnsServerApp/DnsServerApp.csproj similarity index 88% rename from DnsServerApp.NETCore/DnsServerApp.NETCore.csproj rename to DnsServerApp/DnsServerApp.csproj index 471a9695..a97be64e 100644 --- a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj +++ b/DnsServerApp/DnsServerApp.csproj @@ -4,7 +4,7 @@ false true Exe - netcoreapp3.1 + net5.0 logo2.ico 5.5 Technitium @@ -26,7 +26,6 @@ - @@ -37,9 +36,6 @@ PreserveNewest - - PreserveNewest - PreserveNewest diff --git a/DnsServerApp.NETCore/Program.cs b/DnsServerApp/Program.cs similarity index 100% rename from DnsServerApp.NETCore/Program.cs rename to DnsServerApp/Program.cs diff --git a/DnsServerApp.NETCore/logo2.ico b/DnsServerApp/logo2.ico similarity index 100% rename from DnsServerApp.NETCore/logo2.ico rename to DnsServerApp/logo2.ico diff --git a/DnsServerApp.NETCore/start.bat b/DnsServerApp/start.bat similarity index 100% rename from DnsServerApp.NETCore/start.bat rename to DnsServerApp/start.bat diff --git a/DnsServerApp.NETCore/start.sh b/DnsServerApp/start.sh similarity index 100% rename from DnsServerApp.NETCore/start.sh rename to DnsServerApp/start.sh diff --git a/DnsServerApp.NETCore/uninstall.sh b/DnsServerApp/uninstall.sh similarity index 100% rename from DnsServerApp.NETCore/uninstall.sh rename to DnsServerApp/uninstall.sh