Update nuget

This commit is contained in:
sunkaixuan 2024-10-25 16:25:06 +08:00
parent ff9bc81cc9
commit 701eb2d2a4
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SqlSugarCore.Kdbndp" Version="9.3.6.925-preview02" /> <PackageReference Include="SqlSugarCore.Kdbndp" Version="9.3.6.925" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,6 +1,4 @@
using Kdbndp;  using SqlSugar;
using KdbndpTypes;
using SqlSugar;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Data; using System.Data;