Skip to content

Commit

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

Update dependency Microsoft.EntityFrameworkCore.SqlServer to v6.0.30
  • Loading branch information
ChrisPulman authored May 16, 2024
2 parents 0a67776 + 3338ca1 commit 8830f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('net6')) ">
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.29" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.29" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.29" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.30" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.30">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 8830f3e

Please sign in to comment.