diff options
| author | William Taylor <me@willtaylor.info> | 2019-02-14 17:59:22 +0000 |
|---|---|---|
| committer | William Taylor <me@willtaylor.info> | 2019-02-17 14:09:52 +0000 |
| commit | 3f80b16ffaabfb7625fefd1faad7e704c66171b7 (patch) | |
| tree | 07255aeaf2e36b9a4055ce26178b3c6979241ae5 | |
| parent | 72aa364aa5578c0a6e2ee8219ca7ee1675a7e50e (diff) | |
Removed Reference and replaced with package reference
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 16258c767..bbf165d62 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -24,6 +24,7 @@ <ItemGroup> <PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" /> + <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.2.0" /> <PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" /> <PackageReference Include="sharpcompress" Version="0.22.0" /> <PackageReference Include="SQLitePCL.pretty.netstandard" Version="1.0.0" /> @@ -46,10 +47,4 @@ <EmbeddedResource Include="Localization\Ratings\*.csv" /> </ItemGroup> - <ItemGroup> - <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"> - <HintPath>..\..\..\.nuget\packages\microsoft.extensions.configuration.abstractions\2.2.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath> - </Reference> - </ItemGroup> - </Project> |
