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:
parent
f596fca1ee
commit
9a577d5eb3
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue