Skip to content

Commit 9a8b503

Browse files
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore (dotnet-architecture#623)
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 5.0.11 to 6.0.0. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.11...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bfffde commit 9a8b503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Infrastructure/Infrastructure.csproj

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

88
<ItemGroup>
99
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="5.2.0" />
10-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
1212
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.1" />
1313
</ItemGroup>

src/PublicApi/PublicApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.2.3" />
1919
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
2020
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />
21-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" />
21+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.11" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />

src/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
3535
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
3636
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" />
37-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.11" />
37+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" />
3838
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" />
3939
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
4040
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />

0 commit comments

Comments
 (0)