mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Core
This commit is contained in:
parent
4d6e25b241
commit
f49cf1298c
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/NuGet.exe
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Version>4.5.2.8</Version>
|
||||
<Version>4.5.9.2</Version>
|
||||
<Copyright>sun_kai_xuan</Copyright>
|
||||
<PackageProjectUrl>https://github.com/sunkaixuan/SqlSugar</PackageProjectUrl>
|
||||
<PackageLicenseUrl></PackageLicenseUrl>
|
||||
|
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>sqlSugarCore</id>
|
||||
<version>4.5.9.2</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 SqlSugar 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\netstandard2.0"></file>
|
||||
</files>
|
||||
</package>
|
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/nuget.bat
Normal file
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/nuget.bat
Normal file
@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugarForCore.nuspec -OutputDirectory %~dp0
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user