diff options
| author | PloughPuff <ploughpuff@protonmail.com> | 2019-01-28 13:41:37 +0000 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-31 18:56:34 +0100 |
| commit | fd361421b120b103b2abaf1e3b36c6715887afe4 (patch) | |
| tree | f28959b8e3368d468df2ebce68f186ecc25e1bfb /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | f7a46c7a56a76c644b5a6222df4e52371aeb27eb (diff) | |
Use CommandLineParser package for handling CLI args
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 3aa617b021..bf0546f2e0 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -22,6 +22,7 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="CommandLineParser" Version="2.4.3" /> <PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" /> <PackageReference Include="sharpcompress" Version="0.22.0" /> <PackageReference Include="SimpleInjector" Version="4.4.2" /> |
