Skip to content

Commit 2674e69

Browse files
Remove redundant SQLitePCLRaw.core reference (brought in transitively)
Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/e53e9d77-dcb0-43d5-a178-02ce1f2b2011 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent 74c93de commit 2674e69

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ Replace the removed bundle package with the corresponding provider package and a
123123
<PackageReference Include="SQLitePCLRaw.bundle_winsqlite3" Version="2.x.x" />
124124

125125
<!-- New -->
126-
<PackageReference Include="SQLitePCLRaw.core" Version="3.x.x" />
127126
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="3.x.x" />
128127
<!-- or -->
129-
<PackageReference Include="SQLitePCLRaw.core" Version="3.x.x" />
130128
<PackageReference Include="SQLitePCLRaw.provider.winsqlite3" Version="3.x.x" />
131129
```
132130

0 commit comments

Comments
 (0)