Skip to content

Commit

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

---
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 Jan 11, 2023
1 parent 31f40e2 commit 91a9086
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.1"/>
<PackageReference Include="Microsoft.Data.SQLite" Version="7.0.2"/>
</ItemGroup>

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

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

<ItemGroup>
Expand Down

0 comments on commit 91a9086

Please sign in to comment.