发布x.6.0.25

This commit is contained in:
xuejiaming 2022-08-02 21:42:44 +08:00
parent a7a1580742
commit 1e19ff3c0c
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
:start
::定义版本
set EFCORE2=2.6.0.24
set EFCORE3=3.6.0.24
set EFCORE5=5.6.0.24
set EFCORE6=6.6.0.24
set EFCORE2=2.6.0.25
set EFCORE3=3.6.0.25
set EFCORE5=5.6.0.25
set EFCORE6=6.6.0.25
::删除所有bin与obj下的文件
@echo off

View File

@ -245,7 +245,7 @@ namespace ShardingCore.Extensions
foreach (var entityType in entityTypes)
{
if (entityType.GetFieldValue("_data") is List<object> _data)
if (entityType.Value.GetFieldValue("_data") is List<object> _data)
{
_data.Clear();
}