<?xml version="1.0" encoding="utf-8"?>
<!--
*
* SQLite.Core.MSIL.nuspec -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<package>
<metadata>
<id>System.Data.SQLite.Core.MSIL</id>
<title>System.Data.SQLite Core (MSIL)</title>
<version>1.0.112.0</version>
<authors>SQLite Development Team</authors>
<description>An ADO.NET provider for SQLite (managed-only).</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" />
<group targetFramework="net40" />
<group targetFramework="net45" />
<group targetFramework="net451" />
<group targetFramework="net46" />
<group targetFramework="netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="..\bin\2008\Release\bin\System.Data.SQLite.dll" target="lib\net20" />
<file src="..\bin\2008\Release\bin\System.Data.SQLite.xml" target="lib\net20" />
<file src="..\bin\2010\Release\bin\System.Data.SQLite.dll" target="lib\net40" />
<file src="..\bin\2010\Release\bin\System.Data.SQLite.xml" target="lib\net40" />
<file src="..\bin\2012\Release\bin\System.Data.SQLite.dll" target="lib\net45" />
<file src="..\bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" />
<file src="..\bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" />
<file src="..\bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" />
<file src="..\bin\2015\Release\bin\System.Data.SQLite.dll" target="lib\net46" />
<file src="..\bin\2015\Release\bin\System.Data.SQLite.xml" target="lib\net46" />
<file src="..\bin\NetStandard20\ReleaseNetStandard20\bin\netstandard2.0\System.Data.SQLite.dll" target="lib\netstandard2.0" />
<file src="..\bin\NetStandard20\ReleaseNetStandard20\bin\netstandard2.0\System.Data.SQLite.xml" target="lib\netstandard2.0" />
</files>
</package>