Skip to content

Commit 0fb6bfa

Browse files
chore(deps): bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 8.0.11 to 8.0.13. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.11...v8.0.13) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b5ac3a commit 0fb6bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlayersApi/PlayersApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.11" />
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.13" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
1212
<PackageReference Include="NSwag.AspNetCore" Version="14.1.0" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)