Skip to content

Commit 827143e

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Extensions.Logging` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20356eb commit 827143e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PathfinderHonorManager/PathfinderHonorManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<ItemGroup>
1212
<PackageReference Include="FluentValidation" Version="11.11.0" />
1313
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />
14-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
15-
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3" />
16-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
15+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.4" />
16+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
1919
<PackageReference Include="Npgsql" Version="9.0.3" />

0 commit comments

Comments
 (0)