Skip to content

Commit ff6d2ae

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.InMemory
Bumps the efcore group with 1 update in the / directory: [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore). Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.8 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major dependency-group: efcore ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f03fba0 commit ff6d2ae

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
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.11" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" />
1212
<PackageReference Include="NSwag.AspNetCore" Version="14.1.0" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)