Skip to content

Commit 91105a7

Browse files
Bump Microsoft.EntityFrameworkCore
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) from 5.0.0 to 7.0.2. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v5.0.0...v7.0.2) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 914740e commit 91105a7

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
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)