mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-20 18:47:35 +08:00
Update Nuget
This commit is contained in:
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar.AccessCore/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar.AccessCore/NuGet.exe
Normal file
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.AccessCore</id>
|
||||
<version>1.0</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> SqlSugar.AccessCore .NET CORE版本 ,只支持X86 </description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>Asp.net core orm</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="System.Data.OleDb" version="6.0.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\Git\SqlSugarNew\Src\Asp.NetCore2\SqlSeverTest\SqlSugar.AccessCore\bin\Debug\netstandard2.1\SqlSugar.AccessCore.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
@@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.AccessCore.nuspec -OutputDirectory %~dp0
|
Reference in New Issue
Block a user