mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
5.0.5.7
This commit is contained in:
parent
d2e95eb169
commit
bdafea0f24
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.1</TargetFramework>
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||||||
<Version>5.0.5.6</Version>
|
<Version>5.0.5.7</Version>
|
||||||
<Copyright>sun_kai_xuan</Copyright>
|
<Copyright>sun_kai_xuan</Copyright>
|
||||||
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
|
||||||
<PackageLicenseUrl></PackageLicenseUrl>
|
<PackageLicenseUrl></PackageLicenseUrl>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.0.5.6</version>
|
<version>5.0.5.7</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>Landa</owners>
|
<owners>Landa</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<package >
|
|
||||||
<metadata>
|
|
||||||
<id>SqlSugarCore.MySqlConnector</id>
|
|
||||||
<version>5.0.5.4</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.1">
|
|
||||||
<dependency id="System.Data.Common" version="4.3.0" />
|
|
||||||
<dependency id="Newtonsoft.Json" version="10.0.3" />
|
|
||||||
<dependency id="Microsoft.Data.Sqlite" version="5.0.5" />
|
|
||||||
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
|
|
||||||
<dependency id="MySqlConnector" version="1.2.1" />
|
|
||||||
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.1" />
|
|
||||||
<dependency id="Npgsql" version="5.0.7" />
|
|
||||||
<dependency id="SqlSugarCore.Dm" version="1.0.0" />
|
|
||||||
<dependency id="SqlSugarCore.Kdbndp" version="1.0.0" />
|
|
||||||
<dependency id="Microsoft.Data.SqlClient" version="2.1.1" />
|
|
||||||
</group>
|
|
||||||
</dependencies>
|
|
||||||
</metadata>
|
|
||||||
<files>
|
|
||||||
<file src="C:\nugetcoremyconvert\SqlSugar.dll" target="lib\netstandard2.1"></file>
|
|
||||||
</files>
|
|
||||||
</package>
|
|
@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCoreNoDrive</id>
|
<id>SqlSugarCoreNoDrive</id>
|
||||||
<version>5.0.5.6</version>
|
<version>5.0.5.7</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>Landa</owners>
|
<owners>Landa</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user