Skip to content

Commit

Permalink
fix(#I12XVH): 修复字典表数据无法保存问题
Browse files Browse the repository at this point in the history
#Comment
comment #I12XVH
字典表 BootstrapDict 实体类 Define 为 int 类型

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

link #I12XVH
  • Loading branch information
ArgoZhang committed Oct 4, 2019
1 parent f596fca commit 9a577d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/admin/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj
Expand Up @@ -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" />
Expand Down
Expand Up @@ -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" />
Expand Down

0 comments on commit 9a577d5

Please sign in to comment.