♻️ Replace the self-impl spotify api to use lib

This commit is contained in:
2025-11-02 16:13:36 +08:00
parent 74f8221be4
commit bfa9bedeea
2 changed files with 92 additions and 79 deletions

View File

@@ -39,6 +39,7 @@
<PackageReference Include="EFCore.BulkExtensions" Version="9.0.2" />
<PackageReference Include="EFCore.BulkExtensions.PostgreSql" Version="9.0.2" />
<PackageReference Include="EFCore.NamingConventions" Version="9.0.0" />
<PackageReference Include="SpotifyAPI.Web" Version="7.2.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.6" />
</ItemGroup>