Update Nuget

This commit is contained in:
sunkaixuan 2017-08-24 17:00:16 +08:00
parent abd937813e
commit 8ef8282826
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>sqlSugarCore</id>
<version>4.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 2.0 ORM 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\netstandard1.6"></file>
</files>
</package>

View File

@ -0,0 +1 @@
%~dp0nuget.exe pack %~dp0SqlSugarForCore.nuspec -OutputDirectory %~dp0