升级sqlsguar版本

This commit is contained in:
橙子
2023-01-20 15:29:55 +08:00
parent 62af066234
commit d4e0cf7e18
3 changed files with 9 additions and 2 deletions

View File

@@ -7,11 +7,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.3.43" />
<PackageReference Include="SqlSugarCore" Version="5.1.3.46-preview10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Core\Yi.Framework.Core.csproj" />
<ProjectReference Include="..\Yi.Framework.Data\Yi.Framework.Data.csproj" />
<ProjectReference Include="..\Yi.Framework.Ddd\Yi.Framework.Ddd.csproj" />
<ProjectReference Include="..\Yi.Framework.Uow\Yi.Framework.Uow.csproj" />
</ItemGroup>

View File

@@ -7,11 +7,12 @@
</PropertyGroup>
<ItemGroup>
<Folder Include="Abstract\" />
<Folder Include="Options\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.3.43" />
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.3.46-preview10" />
<PackageReference Include="StartupModules" Version="4.0.0" />
</ItemGroup>

View File

@@ -6,4 +6,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.Core\Yi.Framework.Core.csproj" />
<ProjectReference Include="..\Yi.Framework.Ddd\Yi.Framework.Ddd.csproj" />
</ItemGroup>
</Project>