Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit b4f1f62

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.Design (#430)
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v5.0.6...v5.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Ratan Sunder Parai <ratanparai@gmail.com>
1 parent 445f97b commit b4f1f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Enrolling/Enrolling.API/Enrolling.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Swagger -->
2727
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4"/>
2828
<!-- Need this package for generating migration files -->
29-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
29+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7">
3030
<PrivateAssets>all</PrivateAssets>
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3232
</PackageReference>

0 commit comments

Comments
 (0)