Skip to content

Commit

Permalink
Merge pull request #148 from ChrisPulman/renovate/microsoft.entityfra…
Browse files Browse the repository at this point in the history
…meworkcore.sqlite-7.x

Update dependency Microsoft.EntityFrameworkCore.Sqlite to v7.0.19
  • Loading branch information
ChrisPulman committed May 17, 2024
2 parents caa5075 + a19949d commit bc5ad1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('net7')) ">
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.18" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.18" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.19">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit bc5ad1a

Please sign in to comment.