Skip to content

Commit 384ab05

Browse files
chore(deps): update dependency microsoft.entityframeworkcore.sqlite to 8.0.20 (#291)
| datasource | package | from | to | | ---------- | ------------------------------------ | ------ | ------ | | nuget | Microsoft.EntityFrameworkCore.Sqlite | 8.0.17 | 8.0.20 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 940eb67 commit 384ab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/net8.0/aspnetcore/aspnetcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="AWSSDK.S3" Version="4.0.7.7" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.17" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.20" />
1616
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
1717
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />

0 commit comments

Comments
 (0)