Skip to content

Commit 700925a

Browse files
Bump EntityFramework from 6.4.4 to 6.5.1
Bumps [EntityFramework](https://github.com/dotnet/ef6) from 6.4.4 to 6.5.1. - [Release notes](https://github.com/dotnet/ef6/releases) - [Commits](dotnet/ef6@v6.4.4...v6.5.1) --- updated-dependencies: - dependency-name: EntityFramework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea92109 commit 700925a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Moq.Tests/Moq.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup Condition=" $([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants)', 'FEATURE_EF'))">
50-
<PackageReference Include="EntityFramework" Version="6.4.4" />
50+
<PackageReference Include="EntityFramework" Version="6.5.1" />
5151
</ItemGroup>
5252

5353
<ItemGroup Condition=" $([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants)', 'FEATURE_SYSTEM_WEB'))">

0 commit comments

Comments
 (0)