File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ Release | EF Core | .NET | .NET (Core)
4242
4343版本号: a .b.c.d其中已无相关efcore选择,使用条件编译绑定.net平台,6.7.0.0之后如果您是netcoreapp2那么直接使用efcore2,如果是netcoreapp3那么直接使用efcore3如果是net5就直接用efcore6依次类推
4444
45- Release | .NET (Core)
46- --- | ---
47- [ 6.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | net6
48- [ 5.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | net5 or netstandard2.1
49- [ 3.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | netcoreapp3 or netstandard2.0
50- [ 2.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | netcoreapp2
45+ Release | EF Core | .NET (Core)
46+ --- | --- | ---
47+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 6.x | net6
48+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 5.x | net5 or netstandard2.1
49+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 3.x | netcoreapp3 or netstandard2.0
50+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 2.x | netcoreapp2
5151
5252
5353## 快速开始
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Release | EF Core | .NET | .NET (Core)
4141
4242Use Condition Compile With NetFramework not
4343
44- Release | .NET (Core)
45- --- | ---
46- [ 6.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | net6
47- [ 5.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | net5 or netstandard2.1
48- [ 3.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | netcoreapp3 or netstandard2.0
49- [ 2.x.x.x ] ( https://www.nuget.org/packages/ShardingCore ) | netcoreapp2
44+ Release | EF Core | .NET (Core)
45+ --- | --- | ---
46+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 6.x | net6
47+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 5.x | net5 or netstandard2.1
48+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 3.x | netcoreapp3 or netstandard2.0
49+ [ 6.7.0.0+ ] ( https://www.nuget.org/packages/ShardingCore ) | 2.x | netcoreapp2
5050
5151## Quick start
52525 steps implement sharding by month and support auto create table by month
You can’t perform that action at this time.
0 commit comments