Skip to content

Commit

Permalink
Update whatsnew.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendarby authored Aug 2, 2023
1 parent 8591a18 commit c63d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ WHERE EXISTS (
```

> [!NOTE]
> `OpenJson` is only available on SQL Server 2016 ([compatibility level 130](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level)) and later. You can tell SQL Server that your using an older version by configuring the compatibility level as part of `UseSqlServer`. For example:
> `OpenJson` is only available on SQL Server 2016 ([compatibility level 130](/sql/t-sql/statements/alter-database-transact-sql-compatibility-level)) and later. You can tell SQL Server that you're using an older version by configuring the compatibility level as part of `UseSqlServer`. For example:
>
> ```csharp
> protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
Expand Down

0 comments on commit c63d01b

Please sign in to comment.