Skip to content

Commit a168783

Browse files
committed
docs: adds classic EF 6 help and mentions EF Core 7 support
1 parent 91b25e2 commit a168783

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ If you feel that this solution has provided you some value, please consider [buy
3131

3232
Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
3333

34+
> 💡 Still on Entity Framework 6 (non-core)?
35+
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
36+
3437
# Getting Started
3538

3639
## Installation
@@ -43,6 +46,7 @@ EF Core | Command
4346
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.4.0`
4447
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.4.0`
4548
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.4.0`
49+
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0-preview.1`
4650

4751
## Configuration
4852
Look for the place in your code where you are setting up your [DbContext] and calling the [UseSqlServer] extension method, then use a lambda expression to access the `SqlServerDbContextOptionsBuilder` provided by it. It is on this builder that you must call the `UseQueryableValues` extension method as shown in the following simplified examples:

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ If you feel that this solution has provided you some value, please consider [buy
2727

2828
Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
2929

30+
> 💡 Still on Entity Framework 6 (non-core)?
31+
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
32+
3033
# Getting Started
3134

3235
## Installation
@@ -39,6 +42,7 @@ EF Core | Command
3942
3.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 3.4.0`
4043
5.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 5.4.0`
4144
6.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 6.4.0`
45+
7.x | `Install-Package BlazarTech.QueryableValues.SqlServer -Version 7.0.0-preview.1`
4246

4347
## Configuration
4448
Look for the place in your code where you are setting up your [DbContext] and calling the [UseSqlServer] extension method, then use a lambda expression to access the `SqlServerDbContextOptionsBuilder` provided by it. It is on this builder that you must call the `UseQueryableValues` extension method as shown in the following simplified examples:

0 commit comments

Comments
 (0)