Skip to content

Commit 56a558a

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.InMemory
Bumps the efcore group with 1 update: [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.4 to 8.0.5 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: efcore ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78cc539 commit 56a558a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PlayersApi/PlayersApi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
12-
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
9+
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
12+
<PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)