Skip to content

Commit d24a69f

Browse files
Bump Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging
Bumps [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Relational` from 6.0.3 to 7.0.14 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v6.0.3...v7.0.14) Updates `Microsoft.EntityFrameworkCore` from 6.0.3 to 7.0.14 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v6.0.3...v7.0.14) Updates `Microsoft.Extensions.Logging.Abstractions` from 6.0.1 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v7.0.0) Updates `Microsoft.Extensions.Logging` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1304d59 commit d24a69f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" />
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1717
</ItemGroup>
1818

src/BuildingBlocks/WebHost/WebHost.Customization/WebHost.Customization.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
1818
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" />
2020
<PackageReference Include="Polly" Version="7.2.3" />
2121
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
2222
</ItemGroup>

src/Services/Identity/Identity.API/Identity.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>
41-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3" />
41+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
4242
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
4343
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.23" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.3" />

0 commit comments

Comments
 (0)