Skip to content

Commit 9b1f087

Browse files
Bump System.Linq.Dynamic.Core from 1.4.3 to 1.6.0 in /src/RulesEngine (#644)
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.4.3 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.4.3...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 0c01d87 commit 9b1f087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RulesEngine/RulesEngine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<PackageReference Include="FastExpressionCompiler" Version="4.1.0" />
3737
<PackageReference Include="FluentValidation" Version="11.9.0" />
3838

39-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.3" />
39+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0" />
4040

4141
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4242
</ItemGroup>
4343

4444
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
45-
<PackageReference Include="System.Text.Json" Version="6.0.9" />
45+
<PackageReference Include="System.Text.Json" Version="8.0.0" />
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)