Skip to content

Commit 53a945f

Browse files
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 9.0.0 to 9.0.9
--- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 406d644 commit 53a945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9"/>
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)