Skip to content

Commit

Permalink
#19 Fixed Client framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Jan 27, 2024
1 parent 59dc4aa commit 6739ab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LyricsScraperNET.Client/LyricsScraperNET.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net8.0;net7.0;net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
3 changes: 3 additions & 0 deletions LyricsScraperNET.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 6739ab8

Please sign in to comment.