You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>System.Data.SQLite.Linq</id>
|
|
<version>1.0.117.0</version>
|
|
<title>System.Data.SQLite LINQ</title>
|
|
<authors>SQLite Development Team</authors>
|
|
<owners>SQLite Development Team</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl>
|
|
<projectUrl>https://system.data.sqlite.org/</projectUrl>
|
|
<iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl>
|
|
<description>Support for LINQ using System.Data.SQLite.</description>
|
|
<copyright>Copyright © 2004-2008 Hipp, Wyrick & Company, Inc.</copyright>
|
|
<language>en-US</language>
|
|
<tags>sqlite database ado.net provider interop</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework2.0" />
|
|
<group targetFramework=".NETFramework4.0" />
|
|
<group targetFramework=".NETFramework4.5" />
|
|
<group targetFramework=".NETFramework4.5.1" />
|
|
<group targetFramework=".NETFramework4.6" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |