5.0.7.7-preview01

This commit is contained in:
sunkaixuan
2022-04-25 16:13:58 +08:00
parent 4345ba776c
commit f313e6f22f
3 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="5.0.0.13" />
<PackageReference Include="sqlSugarCore" Version="5.0.7.6" />
</ItemGroup>
</Project>