Skip to content

Commit ea98a66

Browse files
chore(deps): bump Microsoft.EntityFrameworkCore.InMemory (#88)
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 7.0.4 to 7.0.5. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aca3e58 commit ea98a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Cnblogs.Architecture.UnitTests/Cnblogs.Architecture.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.4" />
4+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" />
55
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
66
<PackageReference Include="xunit" Version="2.4.2" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

0 commit comments

Comments
 (0)