Skip to content

Commit 7c17a75

Browse files
Bump Microsoft.EntityFrameworkCore and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 8.0.12 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.11...v8.0.12) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.2) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89d0706 commit 7c17a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundatio.Parsers.SqlQueries/Foundatio.Parsers.SqlQueries.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0;</TargetFrameworks>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.11" />
7+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.12" />
88
<PackageReference Include="Exceptionless.DateTimeExtensions" Version="3.4.3" />
99
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1010
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />

0 commit comments

Comments
 (0)