mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-14 18:25:03 +08:00
Update nuget
This commit is contained in:
@@ -10,24 +10,23 @@
|
||||
<PackageId>SqlSugar</PackageId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="dll\**" />
|
||||
<EmbeddedResource Remove="dll\**" />
|
||||
<None Remove="dll\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="2.2.4" />
|
||||
<PackageReference Include="MySql.Data" Version="8.0.22" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
||||
<PackageReference Include="Npgsql" Version="3.2.7" />
|
||||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.18.3" />
|
||||
<PackageReference Include="SqlSugarCore.Dm" Version="1.0.0" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="1.0.0" />
|
||||
<PackageReference Include="System.Data.Common" Version="4.3.0" />
|
||||
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
|
||||
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="DmProvider">
|
||||
<HintPath>dll\DmProvider.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Kdbndp">
|
||||
<HintPath>dll\Kdbndp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
22
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/Dm.nuspec
Normal file
22
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/Dm.nuspec
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore.Dm</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>dm sqlsugar .net core</description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>Asp.net core orm</tags>
|
||||
<dependencies>
|
||||
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\Code\SqlSugar\Src\Asp.NetCore2\SqlSeverTest\SqlSugar\dll\DmProvider.dll" target="lib\netstandard2.0"></file>
|
||||
</files>
|
||||
</package>
|
Binary file not shown.
Binary file not shown.
22
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/Kdbndp.nuspec
Normal file
22
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/Kdbndp.nuspec
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore.Kdbndp</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>dm sqlsugar .net core</description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>Asp.net core orm</tags>
|
||||
<dependencies>
|
||||
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="E:\Code\SqlSugar\Src\Asp.NetCore2\SqlSeverTest\SqlSugar\dll\Kdbndp.dll" target="lib\netstandard2.0"></file>
|
||||
</files>
|
||||
</package>
|
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/NuGet.exe
Normal file
BIN
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/NuGet.exe
Normal file
Binary file not shown.
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/dm.bat
Normal file
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/dm.bat
Normal file
@@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0Dm.nuspec -OutputDirectory %~dp0
|
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/kdbndp.bat
Normal file
1
Src/Asp.NetCore2/SqlSeverTest/SqlSugar/dll/kdbndp.bat
Normal file
@@ -0,0 +1 @@
|
||||
%~dp0nuget.exe pack %~dp0Kdbndp.nuspec -OutputDirectory %~dp0
|
Reference in New Issue
Block a user