Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add information about Microsoft.Extensions.FileProviders.Embedded package #19805

Open
wants to merge 1 commit into
base: rel-8.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/en/Migration-Guides/Abp-7_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ await builder.AddApplicationAsync<MyMigratorModule>();

See https://github.com/abpframework/abp/pull/13985 for more info.

## Add Microsoft.Extensions.FileProviders.Embedded su support localization

Virtual File System now relayes on the Microsoft.Extensions.FileProviders.Embedded 7.0.x package, so you must add this package to *.Domain.Shared project.

## Devart.Data.Oracle.EFCore

The `Devart.Data.Oracle.EFCore` package do not yet support EF Core 7.0, If you use `AbpEntityFrameworkCoreOracleDevartModule(Volo.Abp.EntityFrameworkCore.Oracle.Devart)` may not work as expected, We will release new packages as soon as they are updated.
Expand Down