修复 外部配置实体ConfigEntity 与 延时加载 冲突产生的 bug

This commit is contained in:
28810
2019-03-02 09:45:16 +08:00
parent 8e4d3c03a5
commit a2f4a8bcd8
4 changed files with 11 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.5.3</Version>
<Version>0.1.6</Version>
<Authors>YeXiangQin</Authors>
<Description>FreeSql 通用仓库层现实,支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite 数据库。</Description>
<PackageProjectUrl>https://github.com/2881099/FreeSql</PackageProjectUrl>