Skip to content

Commit

Permalink
Bump Microsoft.Data.SQLite from 6.0.10 to 7.0.0 (#6239)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Data.SQLite](https://github.com/dotnet/efcore) from 6.0.10 to 7.0.0.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.10...v7.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SQLite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 18, 2022
1 parent 76b1886 commit 3f7d398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SQLite" Version="6.0.10"/>
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.0"/>
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SQLite" Version="6.0.10" />
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3f7d398

Please sign in to comment.