Merge pull request #852 from Bond-009/nuget

Use SQLitePCL.pretty.netstandard on NuGet
This commit is contained in:
Joshua M. Boniface
2019-02-09 21:51:14 -05:00
committed by GitHub
2 changed files with 3 additions and 5 deletions

View File

@@ -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>