Skip to content

Commit 66c2ceb

Browse files
Bump Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.Abstractions and Microsoft.EntityFrameworkCore.Analyzers
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Abstractions](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Analyzers](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Abstractions` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v8.0.7) Updates `Microsoft.EntityFrameworkCore.Analyzers` from 8.0.6 to 8.0.7 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.6...v8.0.7) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46220f5 commit 66c2ceb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/container_apps/Jordnaer.Chat/Jordnaer.Chat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.3.0" />
1717

1818
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

src/web/Jordnaer/Jordnaer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
2121
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.6" />
2222
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.6" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.6" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="8.0.7" />
2424
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
25-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
25+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>

0 commit comments

Comments
 (0)