版本选择更新
This commit is contained in:
parent
c9aaa32eb3
commit
7bab73c6e1
|
@ -26,6 +26,11 @@
|
|||
|
||||
|
||||
[中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/)
|
||||
|
||||
## 如何选择版本
|
||||
- 如果你的efcore版本小于等于6,那么就是使用shardingcore 6.x.x.x的最新版本
|
||||
- 如果你的efcore版本等于7,那么就是使用shardingcore 7.x.x.x的最新版本
|
||||
-
|
||||
## 依赖
|
||||
|
||||
|
||||
|
@ -50,9 +55,6 @@ Release | EF Core | .NET (Core)
|
|||
[6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 2.x | netcoreapp2
|
||||
|
||||
|
||||
## 如何选择版本
|
||||
- 如果你的efcore版本小于等于6,那么就是使用shardingcore 6.x.x.x的最新版本
|
||||
- 如果你的efcore版本等于7,那么就是使用shardingcore 7.x.x.x的最新版本
|
||||
|
||||
## 快速开始
|
||||
5步实现按月分表,且支持自动化建表建库
|
||||
|
|
|
@ -27,6 +27,11 @@ high performance lightweight solution for efcore sharding table and sharding dat
|
|||
|
||||
|
||||
[中文文档Gitee](https://xuejm.gitee.io/sharding-core-doc/) | [English Document Gitee](https://xuejm.gitee.io/sharding-core-doc/en/)
|
||||
|
||||
## How Choose Version
|
||||
- if u efcore version <=6 use shardingcore 6.x.x.x last version
|
||||
- if u efcore version ==6 use shardingcore 7.x.x.x last version
|
||||
|
||||
## Dependency
|
||||
|
||||
### Before ShardingCore 6.7.0.0
|
||||
|
@ -48,9 +53,6 @@ Release | EF Core | .NET (Core)
|
|||
[6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 3.x | netcoreapp3 or netstandard2.0
|
||||
[6.7.0.0+](https://www.nuget.org/packages/ShardingCore)| 2.x | netcoreapp2
|
||||
|
||||
## How Choose Version
|
||||
- if u efcore version <=6 use shardingcore 6.x.x.x last version
|
||||
- if u efcore version ==6 use shardingcore 7.x.x.x last version
|
||||
|
||||
## Quick start
|
||||
5 steps implement sharding by month and support auto create table by month
|
||||
|
|
Loading…
Reference in New Issue