mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update nuget
This commit is contained in:
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>SqlSugarCore</id>
|
||||||
|
<version>5.0.1.7</version>
|
||||||
|
<authors>sunkaixuan</authors>
|
||||||
|
<owners>Landa</owners>
|
||||||
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
<projectUrl>https://github.com/sunkaixuan/SqlSugar</projectUrl>
|
||||||
|
<iconUrl>https://secure.gravatar.com/avatar/a82c03402497b2e58fd65038a3699b30</iconUrl>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<description> .Net Core/net5 Cap 2.6+ RDS MYSQL</description>
|
||||||
|
<copyright>Copyright 2016</copyright>
|
||||||
|
<tags>Asp.net core orm</tags>
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework=".NETStandard2.0">
|
||||||
|
<dependency id="System.Data.Common" version="4.3.0" />
|
||||||
|
<dependency id="System.Data.SqlClient" version="4.4.0" />
|
||||||
|
<dependency id="Newtonsoft.Json" version="10.0.3" />
|
||||||
|
<dependency id="Microsoft.Data.Sqlite" version="2.2.4" />
|
||||||
|
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
|
||||||
|
<dependency id="MySqlConnector" version="1.2.1" />
|
||||||
|
<dependency id="Oracle.ManagedDataAccess.Core" version="2.18.3" />
|
||||||
|
<dependency id="Npgsql" version="3.2.7" />
|
||||||
|
<dependency id="SqlSugarCore.Dm" version="1.0.0" />
|
||||||
|
<dependency id="SqlSugarCore.Kdbndp" version="1.0.0" />
|
||||||
|
</group>
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.0"></file>
|
||||||
|
</files>
|
||||||
|
</package>
|
Reference in New Issue
Block a user