Skip to content

Commit 34f5d1e

Browse files
Bump System.Linq.Dynamic.Core (#44543)
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.5.1 to 1.6.0. - [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](zzzprojects/System.Linq.Dynamic.Core@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57bdaa1 commit 34f5d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ExpressionTreeToString" Version="3.4.71" />
1212
<PackageReference Include="LinqKit.Core" Version="1.2.8" />
13-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.5.1" />
13+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)