Skip to content

Commit 42eaab2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)