- 修复 CodeFirst 迁移代码注释到数据库,继承的基类未生效的 bug;

This commit is contained in:
28810
2019-07-25 17:14:44 +08:00
parent fc84f68f3a
commit 380534dfd5
3 changed files with 106 additions and 1 deletions

View File

@ -5,6 +5,10 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\Users\28810\Desktop\github\FreeSql\Examples\base_entity\base_entity.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>