sunkaixuan
7 years ago
3 changed files with 1 additions and 30 deletions
@ -1,28 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<package > |
|||
<metadata> |
|||
<id>sqlSugarCore</id> |
|||
<version>4.5.1.1</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>Asp.net Core ORM SqlSugar ORM,core 1.0,High-performance, lightweight https://github.com/sunkaixuan/SqlSugar</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.0.0" /> |
|||
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" /> |
|||
</group> |
|||
</dependencies> |
|||
</metadata> |
|||
<files> |
|||
<file src="C:\NugetCore\SqlSugar.dll" target="lib\netstandard2.0"></file> |
|||
</files> |
|||
</package> |
@ -1 +0,0 @@ |
|||
%~dp0nuget.exe pack %~dp0SqlSugarForCore.nuspec -OutputDirectory %~dp0 |
Loading…
Reference in new issue