This commit is contained in:
sunkaixuan 2022-03-09 14:09:08 +08:00
parent d2e95eb169
commit bdafea0f24
4 changed files with 3 additions and 36 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>5.0.5.6</Version>
<Version>5.0.5.7</Version>
<Copyright>sun_kai_xuan</Copyright>
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.0.5.6</version>
<version>5.0.5.7</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@ -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>

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCoreNoDrive</id>
<version>5.0.5.6</version>
<version>5.0.5.7</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>