Skip to content

Commit 007684b

Browse files
Bump Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Logging (#85)
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore), [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.SqlServer` 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.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.SqlServer dependency-type: direct:production update-type: version-update:semver-major - 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bc6607 commit 007684b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj

Lines changed: 3 additions & 3 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" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
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: 3 additions & 3 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" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
19-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
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" />
42-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
41+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.14" />
42+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
4343
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.23" />
4444
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.3" />
4545
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.0" />

src/Services/Ordering/Ordering.Infrastructure/Ordering.Infrastructure.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<ItemGroup>
1212
<PackageReference Include="MediatR" Version="9.0.0" />
1313
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="9.0.0" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3" />
16-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.14" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)