SqlSugar/Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec
2024-06-26 16:26:23 +08:00

35 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.160-preview07</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>.Net Core3.1 .Net5 .Net6 .Net7 .Net8 安装此版本好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite 等, 使用教程https://www.donet5.com/Home/Doc?typeId=1226</description>
<copyright>Copyright 2016</copyright>
<tags>SqlSugar Sql Sugar core Asp.net core orm 达梦 金仓 人大金仓 QuestDb ClickHouse Oracle MySql OceanBase GaussDB SqlServer Sqlite Tidb Vastbase 神舟通用 神通数据库 ShenTong Oscar PolarDB Doris Gbase 华为 OpenGauss</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="System.Data.Common" version="4.3.0" />
<dependency id="Microsoft.Data.SqlClient" version="2.1.7" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="Microsoft.Data.Sqlite" version="8.0.1" />
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
<dependency id="MySqlConnector" version="2.2.5" />
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.100" />
<dependency id="Npgsql" version="5.0.18" />
<dependency id="SqlSugarCore.Dm" version="1.3" />
<dependency id="SqlSugarCore.Kdbndp" version="9.3.6.411" />
<dependency id="Oscar.Data.SqlClient" version="4.0.4" />
<dependency id="System.Text.RegularExpressions" version="4.3.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar\bin\Debug\netstandard2.1\SqlSugar.dll" target="lib\netstandard2.1"></file>
</files>
</package>