Skip to content

Commit 346bf62

Browse files
Bump Microsoft.Data.Sqlite (dotnet#26139)
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 5.0.9 to 5.0.10. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v5.0.9...v5.0.10) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be4837c commit 346bf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/standard/data/sqlite/DeferredTransactionSample/DeferredTransactionSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.9" />
9+
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.10" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)