Skip to content

Commit 4c3c0dd

Browse files
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 9.0.0 to 9.0.15
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 9.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 406d644 commit 4c3c0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Api/WebApi/WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="[9.0,)"/>
25-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[9.0,)"/>
25+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.15"/>
2626
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[9.0,)"/>
2727
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="[9.0,)"/>
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="[9.0,)"/>

0 commit comments

Comments
 (0)