Update Nuget Test

This commit is contained in:
sunkaixuan
2022-09-15 00:25:29 +08:00
parent 1c81b67871
commit 82988aa113
31 changed files with 1889 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -6,7 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="5.0.7.6" />
<PackageReference Include="SqlSugar.MySqlConnectorCore" Version="5.9.5" />
<PackageReference Include="sqlSugarCore" Version="5.1.3.2-preview01" />
</ItemGroup>
</Project>