Skip to content

Bump Microsoft.Data.Sqlite dependency when new version becomes available #19

Description

@adamsitnik

In #17, we have added a direct dependency to SQLitePCLRaw.bundle_e_sqlite3 package in order to avoid getting NU1902/NU1903 errors due to known vulnerabilities:

Once a new version of Microsoft.Data.Sqlite gets released and it references newer versions, we need to remove:

<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" />

<PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3" Version="3.0.3" />

And bump Microsoft.Data.Sqlite here:

<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.6" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions