Skip to content

Commit 9d62eda

Browse files
Update Microsoft.EntityFrameworkCore.InMemory requirement
Updates the requirements on [Microsoft.EntityFrameworkCore.InMemory](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.InMemory dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6564a19 commit 9d62eda

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

88
<ItemGroup>
99
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.*" />
10-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.*" />
10+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.*" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.*" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.*">
1313
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)