Skip to content

Commit

Permalink
Bump the dotnet group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 2 updates in the /docs/csharp/linq/snippets/HowToBuildDynamicQueries directory: [LinqKit.Core](https://github.com/scottksmith95/LINQKit) and [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core).


Updates `LinqKit.Core` from 1.2.5 to 1.2.7
- [Release notes](https://github.com/scottksmith95/LINQKit/releases)
- [Changelog](https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/scottksmith95/LINQKit/commits)

Updates `System.Linq.Dynamic.Core` from 1.4.5 to 1.4.9
- [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
- [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zzzprojects/System.Linq.Dynamic.Core/commits)

---
updated-dependencies:
- dependency-name: LinqKit.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: System.Linq.Dynamic.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 7be8d27 commit 09c63b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="ExpressionTreeToString" Version="3.4.71" />
<PackageReference Include="LinqKit.Core" Version="1.2.5" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.5" />
<PackageReference Include="LinqKit.Core" Version="1.2.7" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.9" />
</ItemGroup>

</Project>

0 comments on commit 09c63b5

Please sign in to comment.