Skip to content

Commit db51482

Browse files
Bump Microsoft.EntityFrameworkCore.InMemory
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7454328 commit db51482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/configuration/custom-provider/custom-provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1" />
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.0" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.1" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)