From 1624e8d57945259eb85da972ed857321efcb704f Mon Sep 17 00:00:00 2001 From: xuejmnet <326308290@qq.com> Date: Tue, 26 Jan 2021 22:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=86=99readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c525b91c..c4ef144f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ### 依赖 -Release | EF Core | .NET Standard | .NET (Core) ---- | --- | --- | --- -[5.x.x.x](https://www.nuget.org/packages/ShardingCore/5.0.0.1) | > =5.0.x | 2.1 | 3.0+ -[3.x.x.x](https://www.nuget.org/packages/ShardingCore/3.0.0.1) | 3.1.10 | 2.0 | 2.0+ -[2.x.x.x](https://www.nuget.org/packages/ShardingCore/2.0.0.1) | 2.2.6 | 2.0 | 2.0+ +Release | EF Core | .NET Standard | .NET (Core) | Sql Server | Pomelo.EntityFrameworkCore.MySql +--- | --- | --- | --- | --- | --- +[5.x.x.x](https://www.nuget.org/packages/ShardingCore/5.0.0.1) | >= 5.0.x | 2.1 | 3.0+ | >= 2012 | 5.0.0-alpha.2 +[3.x.x.x](https://www.nuget.org/packages/ShardingCore/3.0.0.1) | 3.1.10 | 2.0 | 2.0+ | >= 2012 | 3.2.4 +[2.x.x.x](https://www.nuget.org/packages/ShardingCore/2.0.0.1) | 2.2.6 | 2.0 | 2.0+ | >= 2008 | 2.2.6 ### Support Sharding Method 支持的分表方式