Skip to content

Commit

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

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

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 Dec 13, 2022
1 parent 780af3a commit 52ecb0c
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="7.0.0"/>
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.1"/>
</ItemGroup>

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

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

<ItemGroup>
Expand Down

0 comments on commit 52ecb0c

Please sign in to comment.