取消 FreeSql.Interface 调整

This commit is contained in:
28810
2019-05-07 22:13:15 +08:00
parent e1c43d6c1c
commit e970bd731b
67 changed files with 910 additions and 953 deletions

View File

@ -7,11 +7,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FreeSql.DbContext" Version="0.5.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="FreeSql.DbContext" Version="0.5.4" />
</ItemGroup>
<ItemGroup>
@ -22,6 +22,7 @@
<Folder Include="DataAnnotations\MySql\" />
<Folder Include="DataAnnotations\SqlServer\" />
<Folder Include="DataContext\MySql\" />
<Folder Include="Other\" />
</ItemGroup>
</Project>