From 48ada53915abf3aa1ee2a7dc7d17127202b5642b Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 12 Dec 2022 10:41:48 +0800 Subject: [PATCH] Update Abp-7_0.md --- docs/en/Migration-Guides/Abp-7_0.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Abp-7_0.md b/docs/en/Migration-Guides/Abp-7_0.md index 7c3a0d90b5..0127c8ef9f 100644 --- a/docs/en/Migration-Guides/Abp-7_0.md +++ b/docs/en/Migration-Guides/Abp-7_0.md @@ -108,4 +108,11 @@ See https://github.com/abpframework/abp/pull/13845 for more info. - See the [PR#13499](https://github.com/abpframework/abp/pull/13499) for more information. -> You can ignore this if you don't use CMS Kit Module. \ No newline at end of file +> You can ignore this if you don't use CMS Kit Module. + +## Oracle.EntityFrameworkCore and Devart.Data.Oracle.EFCore + +These two packages do not yet support EF Core 7.0, If you use `AbpEntityFrameworkCoreOracleModule(Volo.Abp.EntityFrameworkCore.Oracle)` or `AbpEntityFrameworkCoreOracleDevartModule(Volo.Abp.EntityFrameworkCore.Oracle.Devart)` may not work as expected, We will release new packages as soon as they are updated. + +See https://github.com/abpframework/abp/issues/14412 for more info. +