Skip to content

Commit 81e80ba

Browse files
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational
Bumps Microsoft.AspNetCore.Diagnostics.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.Diagnostics.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 81e80ba

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
@@ -36,10 +36,10 @@
3636
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="7.2.0" />
3737
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.6.0" />
3838
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="9.0.0" />
39-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" />
39+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.11" />
4040
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" />
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)