aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-02-09 21:51:14 -0500
committerGitHub <noreply@github.com>2019-02-09 21:51:14 -0500
commiteb4b7051676b7493a57a99a821d5dd38bd9d4919 (patch)
tree8539cb6f1f90cc0ffa32df7ecce5552a2b9c6e2b /Emby.Server.Implementations
parentd6c669a7c881d4c0eae4b31742627ec67c703686 (diff)
parentbee8f58265d68177bb4ee9be2e2ba86f57a4c42a (diff)
Merge pull request #852 from Bond-009/nuget
Use SQLitePCL.pretty.netstandard on NuGet
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index af01001a5..8356a9501 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -25,8 +25,7 @@
<PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" />
<PackageReference Include="sharpcompress" Version="0.22.0" />
<PackageReference Include="SimpleInjector" Version="4.4.2" />
- <PackageReference Include="SQLitePCL.pretty.core" Version="1.1.8" />
- <PackageReference Include="SQLitePCLRaw.core" Version="1.1.11" />
+ <PackageReference Include="SQLitePCL.pretty.netstandard" Version="1.0.0" />
<PackageReference Include="UTF.Unknown" Version="1.0.0-beta1" />
</ItemGroup>