Skip to content

Commit 2ec8de1

Browse files
authored
Clarify scope of deprecated bundle packages breaking change
1 parent f4d36aa commit 2ec8de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Previously, the `SQLitePCLRaw.bundle_e_sqlcipher`, `SQLitePCLRaw.bundle_sqlite3`
556556

557557
##### New behavior
558558

559-
The `SQLitePCLRaw.bundle_e_sqlcipher`, `SQLitePCLRaw.bundle_sqlite3`, `SQLitePCLRaw.bundle_winsqlite3`, `SQLitePCLRaw.bundle_green`, and `SQLitePCLRaw.bundle_e_sqlite3mc` packages are no longer updated by the SQLitePCLRaw maintainer and are not compatible with `SQLitePCLRaw.Core` 3.0 and later. Applications that reference any of these packages should migrate to the recommended alternatives to avoid future breakage.
559+
The `SQLitePCLRaw.bundle_e_sqlcipher`, `SQLitePCLRaw.bundle_sqlite3`, `SQLitePCLRaw.bundle_winsqlite3`, `SQLitePCLRaw.bundle_green`, and `SQLitePCLRaw.bundle_e_sqlite3mc` packages are no longer updated by the SQLitePCLRaw maintainer. They are not compatible with `SQLitePCLRaw.Core` 3.0 and later, so applications that directly reference any of these packages alongside `SQLitePCLRaw.Core` 3.x will encounter conflicts. Applications should migrate to the recommended alternatives to avoid future breakage.
560560

561561
##### Why
562562

0 commit comments

Comments
 (0)