Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | For the primary NuGet package, use the framework-specific 'runtimes' meta-directory instead of relying on MSBuild targets to copy interop assemblies for the .NET Standard 2.0. Candidate fix for tickets [d292f2e23d] and [c438a5b5b9]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e1484cb4ad846b8e441864841471bd57 |
User & Date: | mistachkin 2018-08-16 05:47:27.707 |
Original Comment: | For the primary NuGet package, use the 'runtimes' meta-directory instead of relying on MSBuild targets to copy interop assemblies for the .NET Standard 2.0. Candidate fix for tickets [d292f2e23d] and [c438a5b5b9]. |
Context
2018-08-26
| ||
22:53 | Add the GetInvariantInt64 and GetInvariantDouble connection flags. check-in: e945d6e2f9 user: mistachkin tags: trunk | |
2018-08-16
| ||
05:47 | For the primary NuGet package, use the framework-specific 'runtimes' meta-directory instead of relying on MSBuild targets to copy interop assemblies for the .NET Standard 2.0. Candidate fix for tickets [d292f2e23d] and [c438a5b5b9]. check-in: e1484cb4ad user: mistachkin tags: trunk | |
2018-08-14
| ||
05:14 | More corrections to the test suite infrastructure. check-in: ed3d2802dd user: mistachkin tags: trunk | |
Changes
Changes to NuGet/SQLite.Beta.nuspec.
︙ | ︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core.Beta" version="1.0.109.0" /> </group> <group targetFramework="net46"> <dependency id="System.Data.SQLite.Core.Beta" version="1.0.109.0" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq.Beta" version="1.0.109.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq.Beta" version="1.0.109.0" /> </group> <group targetFramework="net45"> | > > > | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core.Beta" version="1.0.109.0" /> </group> <group targetFramework="net46"> <dependency id="System.Data.SQLite.Core.Beta" version="1.0.109.0" /> </group> <group targetFramework="netstandard2.0"> <dependency id="System.Data.SQLite.Core.Beta" version="1.0.109.0" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq.Beta" version="1.0.109.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq.Beta" version="1.0.109.0" /> </group> <group targetFramework="net45"> |
︙ | ︙ |
Changes to NuGet/SQLite.Core.Beta.nuspec.
︙ | ︙ | |||
48 49 50 51 52 53 54 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> | | | | | < | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x86\lib\netstandard2.0" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x64\lib\netstandard2.0" /> <file src="..\bin\2016\linux-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\linux-x64\lib\netstandard2.0" /> <file src="..\bin\2016\osx-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\osx-x64\lib\netstandard2.0" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net20\System.Data.SQLite.Core.Beta.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net40\System.Data.SQLite.Core.Beta.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net45\System.Data.SQLite.Core.Beta.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net451\System.Data.SQLite.Core.Beta.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net46\System.Data.SQLite.Core.Beta.targets" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net20" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net40" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net45" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net451" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net46" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\netstandard2.0" /> </files> |
︙ | ︙ |
Changes to NuGet/SQLite.Core.Test.nuspec.
︙ | ︙ | |||
48 49 50 51 52 53 54 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> | | | | | < | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x86\lib\netstandard2.0" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x64\lib\netstandard2.0" /> <file src="..\bin\2016\linux-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\linux-x64\lib\netstandard2.0" /> <file src="..\bin\2016\osx-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\osx-x64\lib\netstandard2.0" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net20\System.Data.SQLite.Core.Test.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net40\System.Data.SQLite.Core.Test.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net45\System.Data.SQLite.Core.Test.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net451\System.Data.SQLite.Core.Test.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net46\System.Data.SQLite.Core.Test.targets" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net20" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net40" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net45" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net451" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net46" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\netstandard2.0" /> </files> |
︙ | ︙ |
Changes to NuGet/SQLite.Core.nuspec.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.Core.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.Core</id> <title>System.Data.SQLite Core (x86/x64)</title> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.Core.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.Core</id> <title>System.Data.SQLite Core (x86/x64)</title> <version>1.0.109.1</version> <authors>SQLite Development Team</authors> <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> |
︙ | ︙ | |||
48 49 50 51 52 53 54 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> | | | | | < | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <file src="..\bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net40\x64" /> <file src="..\bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x86" /> <file src="..\bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net45\x64" /> <file src="..\bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x86" /> <file src="..\bin\2013\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net451\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x86" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="build\net46\x64" /> <file src="..\bin\2015\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x86\lib\netstandard2.0" /> <file src="..\bin\2015\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="runtimes\win-x64\lib\netstandard2.0" /> <file src="..\bin\2016\linux-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\linux-x64\lib\netstandard2.0" /> <file src="..\bin\2016\osx-x64\ReleaseNativeOnly\SQLite.Interop.dll" target="runtimes\osx-x64\lib\netstandard2.0" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net20\System.Data.SQLite.Core.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net40\System.Data.SQLite.Core.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net45\System.Data.SQLite.Core.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net451\System.Data.SQLite.Core.targets" /> <file src="shared\Core\build\System.Data.SQLite.Core.targets" target="build\net46\System.Data.SQLite.Core.targets" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net20" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net40" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net45" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net451" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\net46" /> <file src="shared\Core\lib\System.Data.SQLite.dll.config" target="lib\netstandard2.0" /> </files> </package> |
Changes to NuGet/SQLite.Test.nuspec.
︙ | ︙ | |||
32 33 34 35 36 37 38 39 40 41 42 43 44 45 | </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core.Test" version="1.0.109.0" /> </group> <group targetFramework="net46"> <dependency id="System.Data.SQLite.Core.Test" version="1.0.109.0" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq.Test" version="1.0.109.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq.Test" version="1.0.109.0" /> </group> <group targetFramework="net45"> | > > > | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core.Test" version="1.0.109.0" /> </group> <group targetFramework="net46"> <dependency id="System.Data.SQLite.Core.Test" version="1.0.109.0" /> </group> <group targetFramework="netstandard2.0"> <dependency id="System.Data.SQLite.Core.Test" version="1.0.109.0" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq.Test" version="1.0.109.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq.Test" version="1.0.109.0" /> </group> <group targetFramework="net45"> |
︙ | ︙ |
Changes to NuGet/SQLite.nuspec.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> | | | | | | | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.109.1</version> <authors>SQLite Development Team</authors> <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> <dependencies> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="net46"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="netstandard2.0"> <dependency id="System.Data.SQLite.Core" version="1.0.109.1" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq" version="1.0.109.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq" version="1.0.109.0" /> </group> |
︙ | ︙ |
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
1394 1395 1396 1397 1398 1399 1400 | build/net40/x86/SQLite.Interop.dll build/net45/x64/SQLite.Interop.dll build/net45/x86/SQLite.Interop.dll build/net451/x64/SQLite.Interop.dll build/net451/x86/SQLite.Interop.dll build/net46/x64/SQLite.Interop.dll build/net46/x86/SQLite.Interop.dll | < < < < < > > > > | 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 | build/net40/x86/SQLite.Interop.dll build/net45/x64/SQLite.Interop.dll build/net45/x86/SQLite.Interop.dll build/net451/x64/SQLite.Interop.dll build/net451/x86/SQLite.Interop.dll build/net46/x64/SQLite.Interop.dll build/net46/x86/SQLite.Interop.dll build/net20/System.Data.SQLite.Core.targets build/net40/System.Data.SQLite.Core.targets build/net45/System.Data.SQLite.Core.targets build/net451/System.Data.SQLite.Core.targets build/net46/System.Data.SQLite.Core.targets lib/net20/System.Data.SQLite.dll.config lib/net40/System.Data.SQLite.dll.config lib/net45/System.Data.SQLite.dll.config lib/net451/System.Data.SQLite.dll.config lib/net46/System.Data.SQLite.dll.config lib/netstandard2.0/System.Data.SQLite.dll.config runtimes/win-x86/lib/netstandard2.0/SQLite.Interop.dll runtimes/win-x64/lib/netstandard2.0/SQLite.Interop.dll runtimes/linux-x64/lib/netstandard2.0/SQLite.Interop.dll runtimes/osx-x64/lib/netstandard2.0/SQLite.Interop.dll } ############################################################################### # # NOTE: This is the list of all files that should be present in all NuGet # packages that include support for the Entity Framework 6.x. # |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
2251 2252 2253 2254 2255 2256 2257 | below may be used for comparison purposes. </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> | | | 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | below may be used for comparison purposes. </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="/downloads/1.0.109.0/System.Data.SQLite.1.0.109.1.nupkg">System.Data.SQLite.1.0.109.1.nupkg</a> <br /> (0.00 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package includes all the binaries for both the x86 and x64 versions of System.Data.SQLite 1.0.109.0 (3.24.0). The .NET Framework |
︙ | ︙ | |||
2279 2280 2281 2282 2283 2284 2285 | <big><b><i>As of version 1.0.92.0, this package will not directly contain any of the required binaries. Instead, this package will depend on the "System.Data.SQLite.Core", "System.Data.SQLite.Linq", and "System.Data.SQLite.EF6" packages.</i></b></big> <br /> <br /> | | | | | 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 | <big><b><i>As of version 1.0.92.0, this package will not directly contain any of the required binaries. Instead, this package will depend on the "System.Data.SQLite.Core", "System.Data.SQLite.Linq", and "System.Data.SQLite.EF6" packages.</i></b></big> <br /> <br /> (sha1: 6904d010b2b8c55543a5973958285636579e40af) </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="/downloads/1.0.109.0/System.Data.SQLite.Core.1.0.109.1.nupkg">System.Data.SQLite.Core.1.0.109.1.nupkg</a> <br /> (12.17 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains all the binaries for both the x86 and x64 versions of System.Data.SQLite 1.0.109.0 (3.24.0), <big><b>except those needed to support LINQ and Entity Framework 6</b></big>. The .NET Framework 3.5 SP1, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, or 4.7.1 is required -OR- .NET Core 2.0 is required. For the included Windows native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. For the included Linux native binaries, Ubuntu 16.04 LTS compatible runtime libraries are required. For the included macOS native binaries, macOS Sierra compatible runtime libraries are required. <br /> <big><b>This package does not depend on any other package.</b></big> <br /> (sha1: 5e4dff84e7c1551986a0e24a93453de00f9d7552) </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="/downloads/1.0.109.0/System.Data.SQLite.Core.MSIL.1.0.109.0.nupkg">System.Data.SQLite.Core.MSIL.1.0.109.0.nupkg</a> |
︙ | ︙ |