Working on implementing song compression to reduce file size of the song

This commit is contained in:
amazing-username
2019-03-31 20:15:41 -04:00
parent 1f15fe99e5
commit aca1ce2d34
4 changed files with 78 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
<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="SevenZip" Version="19.0.0" />
<PackageReference Include="taglib" Version="2.1.0" />
</ItemGroup>