parent
0b0d0a7353
commit
fdbed91a4e
@ -1,10 +0,0 @@
|
||||
Windows sqlite3.dll binary from here:
|
||||
https://www.sqlite.org/2019/sqlite-dll-win32-x86-3280000.zip
|
||||
|
||||
MacOS libsqlite3.0.dylib from azure pipeline here:
|
||||
https://dev.azure.com/Lidarr/Lidarr/_build?definitionId=4&_a=summary
|
||||
|
||||
System.Data.SQLite netstandard2.0 dll compiled in same pipeline with:
|
||||
/p:Configuration=ReleaseManagedOnly /p:UseInteropDll=false /p:UseSqliteStandard=true
|
||||
|
||||
Both MacOS and System.Data.SQLite from revision 40e714a of https://github.com/lidarr/SQLite.Build
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1 +0,0 @@
|
||||
libsqlite3.0.dylib
|
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="MyFeed" value="https://pkgs.dev.azure.com/Lidarr/Lidarr/_packaging/SQLite/nuget/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
Loading…
Reference in new issue