Skip to content

Commit 2050ffe

Browse files
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational (#11)
Bumps Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.20 to 8.0.21 Bumps Microsoft.EntityFrameworkCore.Relational from 8.0.20 to 8.0.21 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 8.0.21 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 8.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fb003f commit 2050ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Infrastructures/CleanArchitecture.Infrastructure/CleanArchitecture.Infrastructure.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<ItemGroup>
1010
<PackageReference Include="Dapper" Version="2.1.66" />
1111
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.20" />
12-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.20" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.20"/>
12+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.21"/>
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.20"/>
1515
<!--#if (useSqlite)-->
1616
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.20" />

0 commit comments

Comments
 (0)