Skip to content

Commit

Permalink
Bump Microsoft.Data.SQLite from 7.0.2 to 7.0.3
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Data.SQLite](https://github.com/dotnet/efcore) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/commits)

---
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>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent c5a52cb commit 62da2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

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

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit 62da2fb

Please sign in to comment.