Skip to content

Commit 4d8f741

Browse files
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational
Bumps Microsoft.AspNetCore.Identity.EntityFrameworkCore from 9.0.0 to 9.0.11 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.0 to 9.0.11 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149e454 commit 4d8f741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/Identity/Identity.API/Identity.API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
3838
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" />
3939
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
40-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" />
40+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.11" />
4141
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0" />
42-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
42+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.11" />
4343
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="9.0.0" />
4545
</ItemGroup>

0 commit comments

Comments
 (0)