mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add Nuget
This commit is contained in:
parent
45987aa6da
commit
4d540a8e14
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.OdbcCore</id>
|
||||
<version>5.1.4.2</version>
|
||||
<id>SqlSugar.OceanBaseForOracleCore</id>
|
||||
<version>1.0</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>Landa</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
@ -19,6 +19,6 @@
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.OdbcCore\bin\Debug\netstandard2.1\SqlSugar.OdbcCore.dll" target="lib\netstandard2.1"></file>
|
||||
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.OceanBaseForOracle\bin\Debug\net6.0\SqlSugar.OceanBase.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
@ -1 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.OdbcCore.nuspec -OutputDirectory %~dp0
|
||||
%~dp0nuget.exe pack %~dp0SqlSugar.OceanBaseForOracle.nuspec -OutputDirectory %~dp0
|
Loading…
Reference in New Issue
Block a user