Skip to content

Commit 063a2f9

Browse files
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore and Microsoft.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.3...v8.0.4) Updates `Microsoft.EntityFrameworkCore` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ce748d commit 063a2f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProjectLighthouse/ProjectLighthouse.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
1919
<PackageReference Include="Discord.Net.Webhook" Version="3.14.1" />
2020
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
21-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.3" />
22-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
21+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
22+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
2323
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)