Removed TagLib# and RestSharp dependencies. Updated README.md

This commit is contained in:
amazing-username
2019-08-13 14:38:34 +00:00
parent a561ab0642
commit 4d59b311e6
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using RestSharp;
//using RestSharp;
using Icarus.Models;
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
using Microsoft.Extensions.Logging;
using NLog;
using TagLib;
//using TagLib;
using Icarus.Models;
using Icarus.Controllers.Managers;
+2 -2
View File
@@ -22,9 +22,9 @@
<PackageReference Include="MySql.Data.EntityFrameworkCore.Design" Version="8.0.15" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="4.8.1" />
<PackageReference Include="RestSharp" Version="106.6.9" />
<!--<PackageReference Include="RestSharp" Version="106.6.9" /> -->
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.4.0" />
<PackageReference Include="taglib" Version="2.1.0" />
<!--<PackageReference Include="taglib" Version="2.1.0" /> -->
</ItemGroup>
<ItemGroup>
<Content Update="nlog.config" CopyToOutputDirectory="PreserveNewest" />
+6 -1
View File
@@ -17,9 +17,14 @@ One can interface with Icarus the music server either by:
* C#
* [.NET Core](https://dotnet.microsoft.com/) 2.2
* .NET Web RESTful API
* C++ >= C++17
* GCC >= 8.0
* conan
* [json](https://www.github.com/nlohmann/json)
* [cpr](https://www.github.com/whoshuu/cpr)
* [MySql](https://www.nuget.org/packages/MySql.Data/)
* [Newtonsoft.Json](https://www.newtonsoft.com/json)
* [TagLib#](https://github.com/mono/taglib-sharp)
* [TagLib](https://github.com/taglib/taglib)
![image](https://user-images.githubusercontent.com/14333136/56252069-28532d00-6084-11e9-896d-1a3c378014ef.png)