Skip to content

Commit 3989924

Browse files
Bump Microsoft.EntityFrameworkCore.Tools from 5.0.11 to 6.0.0 (dotnet-architecture#625)
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 5.0.11 to 6.0.0. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v5.0.11...v6.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Tools 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 9a8b503 commit 3989924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PublicApi/PublicApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11">
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>

src/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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" />
41-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11">
41+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
4242
<PrivateAssets>all</PrivateAssets>
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4444
</PackageReference>

0 commit comments

Comments
 (0)