Skip to content

Commit 755a507

Browse files
Bump Microsoft.Data.Sqlite
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.0...v8.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>
1 parent f6a735e commit 755a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
10+
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.1" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)