Skip to content

Commit 5b21f72

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Proxies, Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Proxies](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.4 to 9.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v9.0.4...v9.0.4) Updates `Microsoft.EntityFrameworkCore.Proxies` 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.4 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.4...v9.0.4) Updates `Microsoft.Extensions.Logging` from 9.0.4 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.4...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.EntityFrameworkCore.Proxies 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 075054c commit 5b21f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathfinderHonorManager/PathfinderHonorManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.3" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="9.0.4" />
2121
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
2222
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
2323
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />

0 commit comments

Comments
 (0)