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. +