Targeting .Net 8.0 to support Audible API lib

This commit is contained in:
matt
2024-04-12 18:04:15 +02:00
parent 9293351b77
commit 3338b72478
2 changed files with 1 additions and 3 deletions

View File

@@ -134,7 +134,5 @@ namespace SBT_Downloader
return string.Empty; return string.Empty;
} }
} }
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<RootNamespace>SBT_Downloader</RootNamespace> <RootNamespace>SBT_Downloader</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>