Skip to content

Commit

Permalink
修复efcore7下的ShardingInternalDbSet
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejmnet committed Nov 9, 2022
1 parent 618389e commit 0ea3b47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ShardingCore/EFCores/EFCore7x/ShardingInternalDbSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ namespace ShardingCore.EFCores
* @Ver: 1.0
* @Email: [email protected]
*/

#if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NETCOREAPP3_0 && !NETSTANDARD2_1 && !NET5_0 && !NET6_0
error
#endif
public class ShardingInternalDbSet<TEntity> : InternalDbSet<TEntity>
where TEntity : class
{
Expand Down

0 comments on commit 0ea3b47

Please sign in to comment.