aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2020-01-16 09:31:20 -0500
committerAnthony Lavado <anthony@lavado.ca>2020-01-16 09:31:20 -0500
commitdcd6ceb9a2a971ec10fe22c94880d643910a21ab (patch)
tree56a5ba19a6b0e50365eaae9391c64ce950dcee9c
parentad481322f6b94893d87c7f831a0389e870255e29 (diff)
Update SQLitePCL to new version
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 03cbe00b7..77333a03d 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -35,7 +35,7 @@
<PackageReference Include="Mono.Nat" Version="2.0.0" />
<PackageReference Include="ServiceStack.Text.Core" Version="5.7.0" />
<PackageReference Include="sharpcompress" Version="0.24.0" />
- <PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.0.1" />
+ <PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
<PackageReference Include="System.Interactive.Async" Version="4.0.0" />
</ItemGroup>