From 6739ab8511c1f7affc593987b67104baf1c67cca Mon Sep 17 00:00:00 2001 From: skuill Date: Sat, 27 Jan 2024 19:54:09 +0400 Subject: [PATCH] #19 Fixed Client framework version --- LyricsScraperNET.Client/LyricsScraperNET.Client.csproj | 4 ++-- LyricsScraperNET.Client/Program.cs | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LyricsScraperNET.Client/LyricsScraperNET.Client.csproj b/LyricsScraperNET.Client/LyricsScraperNET.Client.csproj index 97bb9af..823c193 100644 --- a/LyricsScraperNET.Client/LyricsScraperNET.Client.csproj +++ b/LyricsScraperNET.Client/LyricsScraperNET.Client.csproj @@ -1,8 +1,8 @@ - + Exe - net7.0;net6.0;net5.0;netcoreapp3.1 + net8.0;net7.0;net6.0;net5.0;netcoreapp3.1 enable diff --git a/LyricsScraperNET.Client/Program.cs b/LyricsScraperNET.Client/Program.cs index cc64b01..fb277a8 100644 --- a/LyricsScraperNET.Client/Program.cs +++ b/LyricsScraperNET.Client/Program.cs @@ -66,6 +66,9 @@ static async Task Main() Console.WriteLine($"\r\nThis lyric was found by [{result.ExternalProviderType}]\r\n"); Console.ResetColor(); + Console.ForegroundColor = ConsoleColor.DarkGray; + Console.WriteLine("Press any key to exit.."); + Console.ResetColor(); Console.ReadLine(); }