fix(#I12XVH): 修复字典表数据无法保存问题

#Comment
comment #I12XVH
字典表 BootstrapDict 实体类 Define 为 int 类型

#Issue
https://github.com/dotnet/corefx/issues/36639
https://github.com/dotnet/corefx/issues/39473

link #I12XVH
This commit is contained in:
Argo Zhang 2019-10-04 12:04:45 +08:00
parent f596fca1ee
commit 9a577d5eb3
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.2.21" />
<PackageReference Include="Longbow" Version="3.0.0-beta4" />
<PackageReference Include="Longbow" Version="3.0.0-beta5" />
<PackageReference Include="Longbow.Configuration" Version="2.2.7" />
<PackageReference Include="Longbow.Data" Version="2.3.8" />
<PackageReference Include="Longbow.GiteeAuth" Version="2.2.0" />

View File

@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Bootstrap.Security.DataAccess" Version="2.2.21" />
<PackageReference Include="Longbow" Version="3.0.0-beta4" />
<PackageReference Include="Longbow" Version="3.0.0-beta5" />
<PackageReference Include="Longbow.Cache" Version="2.2.15" />
<PackageReference Include="Longbow.Configuration" Version="2.2.7" />
<PackageReference Include="Longbow.Data" Version="2.3.8" />