Skip to content

Commit 89f9bcd

Browse files
Bump System.Linq.Dynamic.Core from 1.6.0.1 to 1.6.2 (#671)
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.6.0.1 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.1...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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Purunjay Bhal <[email protected]>
1 parent 890fd4c commit 89f9bcd

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

33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.0</TargetFrameworks>
@@ -36,7 +36,7 @@
3636
<ItemGroup>
3737
<PackageReference Include="FastExpressionCompiler" Version="5.0.2" />
3838
<PackageReference Include="FluentValidation" Version="11.11.0" />
39-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0.1" />
39+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.2" />
4040
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4141
</ItemGroup>
4242

0 commit comments

Comments
 (0)