修复efcore7下的ShardingInternalDbSet

This commit is contained in:
xuejiaming 2022-11-09 16:07:50 +08:00
parent 618389e14e
commit 0ea3b47869
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ namespace ShardingCore.EFCores
* @Ver: 1.0
* @Email: 326308290@qq.com
*/
#if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NETCOREAPP3_0 && !NETSTANDARD2_1 && !NET5_0 && !NET6_0
error
#endif
public class ShardingInternalDbSet<TEntity> : InternalDbSet<TEntity>
where TEntity : class
{