From 3338b72478da1c704bf4d82871ce7515d62af0fd Mon Sep 17 00:00:00 2001 From: matt <18199813engirugger42@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:04:15 +0200 Subject: [PATCH] Targeting .Net 8.0 to support Audible API lib --- Program.cs | 2 -- SBT Downloader.csproj | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index 4b2b970..c0bed84 100644 --- a/Program.cs +++ b/Program.cs @@ -134,7 +134,5 @@ namespace SBT_Downloader return string.Empty; } } - - } } \ No newline at end of file diff --git a/SBT Downloader.csproj b/SBT Downloader.csproj index 8a03335..9ed6850 100644 --- a/SBT Downloader.csproj +++ b/SBT Downloader.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 SBT_Downloader enable enable