Skip to content

Commit 0ea3b47

Browse files
committed
修复efcore7下的ShardingInternalDbSet
1 parent 618389e commit 0ea3b47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ShardingCore/EFCores/EFCore7x/ShardingInternalDbSet.cs

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ namespace ShardingCore.EFCores
2727
* @Ver: 1.0
2828
2929
*/
30-
31-
#if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NETCOREAPP3_0 && !NETSTANDARD2_1 && !NET5_0 && !NET6_0
32-
error
33-
#endif
3430
public class ShardingInternalDbSet<TEntity> : InternalDbSet<TEntity>
3531
where TEntity : class
3632
{

0 commit comments

Comments
 (0)