Implemented functionality to download a song #11

This commit is contained in:
amazing-username
2019-03-21 22:36:57 -04:00
parent b7723b2cba
commit e4f050c362
5 changed files with 165 additions and 40 deletions
+2
View File
@@ -6,10 +6,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ID3" Version="0.6.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="mysql.data" Version="8.0.15" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="taglib" Version="2.1.0" />
</ItemGroup>
</Project>