mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
25 lines
1001 B
Plaintext
25 lines
1001 B
Plaintext
![]() |
<?xml version="1.0"?>
|
|||
|
<package >
|
|||
|
<metadata>
|
|||
|
<id>OpenGauss_NET</id>
|
|||
|
<version>6.0.30</version>
|
|||
|
<authors>sunkaixuan</authors>
|
|||
|
<owners>果糖大数据</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操作 GaussDb用例: https://github.com/DotNetNext/SqlSugar OpenGauss.NET</description>
|
|||
|
<copyright>Copyright 2016</copyright>
|
|||
|
<tags>GaussDb OpenGauss.NET</tags>
|
|||
|
<dependencies>
|
|||
|
<group targetFramework=".NETStandard2.1">
|
|||
|
<dependency id="OpenGauss_NET" version="6.0.30" />
|
|||
|
</group>
|
|||
|
</dependencies>
|
|||
|
</metadata>
|
|||
|
<files>
|
|||
|
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar.GaussCore\OpenGauss.NET.dll" target="lib\netstandard2.1"></file>
|
|||
|
|
|||
|
</files>
|
|||
|
</package>
|