Skip to content

Commit aff39bb

Browse files
Bump the dotnet group (#43624)
Bumps the dotnet group in /docs/csharp/linq/snippets/HowToBuildDynamicQueries with 2 updates: [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.6 - [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.8 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f42e52 commit aff39bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/csharp/linq/snippets/HowToBuildDynamicQueries/HowToBuildDynamicQueries.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="ExpressionTreeToString" Version="3.4.71" />
12-
<PackageReference Include="LinqKit.Core" Version="1.2.5" />
13-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.8" />
12+
<PackageReference Include="LinqKit.Core" Version="1.2.6" />
13+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.9" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)