Skip to content

Commit bddf020

Browse files
Bump System.Linq.Dynamic.Core (#45966)
Bumps the dotnet group in /docs/csharp/linq/snippets/HowToBuildDynamicQueries with 1 update: [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core). Updates `System.Linq.Dynamic.Core` from 1.6.0.2 to 1.6.2 - [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.6.0.2...v1.6.2) --- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fad177b commit bddf020

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
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -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.6.0.2" />
13+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.2" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)