Skip to content

Commit 31e5df7

Browse files
Update Microsoft.EntityFrameworkCore requirement from 5.* to 7.*
Updates the requirements on [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) to permit the latest version. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/commits) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05aa369 commit 31e5df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Samples/Sample.AspNetCore/Sample.AspNetCore.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.*" />
9+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.*" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.*" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.*" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.*">

0 commit comments

Comments
 (0)