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.
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
|
4 days ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>FreeSql</id>
|
||
|
|
<version>3.2.685</version>
|
||
|
|
<title>FreeSql</title>
|
||
|
|
<authors>FreeSql,ncc,YeXiangQin</authors>
|
||
|
|
<license type="expression">MIT</license>
|
||
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
|
<icon>logo.png</icon>
|
||
|
|
<projectUrl>https://github.com/2881099/FreeSql</projectUrl>
|
||
|
|
<description>FreeSql is the ORM in .NetCore, .NetFramework, And Xamarin. It supports Mysql, Postgresql, SqlServer, Oracle, Sqlite, Firebird, Odbc, 达梦, 人大金仓, 神舟通用, 南大通用, 翰高, And Access</description>
|
||
|
|
<tags>FreeSql ORM</tags>
|
||
|
|
<repository type="git" url="https://github.com/2881099/FreeSql" commit="51d2a9298680a8949bf907ed3acfa98fb75e1850" />
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework=".NETFramework4.0" />
|
||
|
|
<group targetFramework=".NETFramework4.5" />
|
||
|
|
<group targetFramework=".NETFramework4.5.1" />
|
||
|
|
<group targetFramework=".NETStandard2.0" />
|
||
|
|
<group targetFramework=".NETStandard2.1" />
|
||
|
|
</dependencies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|