Skip to content

Commit

Permalink
Bump EntityFramework from 6.2.0 to 6.4.4
Browse files Browse the repository at this point in the history
Bumps [EntityFramework](https://github.com/dotnet/ef6) from 6.2.0 to 6.4.4.
- [Release notes](https://github.com/dotnet/ef6/releases)
- [Commits](dotnet/ef6@6.2.0...v6.4.4)

---
updated-dependencies:
- dependency-name: EntityFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kzu committed Aug 3, 2023
1 parent b77d2ff commit 8b276a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Moq.Tests/Moq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup Condition=" $([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants)', 'FEATURE_EF'))">
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
</ItemGroup>

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

0 comments on commit 8b276a2

Please sign in to comment.