#93: Removed ID3 dependency

This commit is contained in:
kdeng00
2024-07-27 13:10:16 -04:00
parent 37441fea45
commit 5e868c4c4c
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@
<PackageReference Include="EntityFramework" Version="6.4.4" /> <PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="File.TypeChecker" Version="4.1.1" /> <PackageReference Include="File.TypeChecker" Version="4.1.1" />
<PackageReference Include="Iconic.Zlib.Netstandard" Version="1.0.0" /> <PackageReference Include="Iconic.Zlib.Netstandard" Version="1.0.0" />
<PackageReference Include="ID3" Version="0.6.0" />
<PackageReference Include="JWT" Version="10.1.1" /> <PackageReference Include="JWT" Version="10.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />
-1
View File
@@ -16,7 +16,6 @@ One can interface with Icarus the music server either by:
* [MySql](https://www.nuget.org/packages/MySql.Data/) * [MySql](https://www.nuget.org/packages/MySql.Data/)
* OpenSSL * OpenSSL
* BCrypt.Net-Next * BCrypt.Net-Next
* ID3
* Iconic.Zlib.Netstandard * Iconic.Zlib.Netstandard
* JWT * JWT
* Microsoft.AspNetCore.Authentication.JwtBearer * Microsoft.AspNetCore.Authentication.JwtBearer