Skip to content

Commit

Permalink
Update of "System.Linq.Dynamic.Core" package
Browse files Browse the repository at this point in the history
**Describe the bug**
Hello! Thank you for sharing this powerful library.

Last week I have reported a bug in the Linq.Dynamic.Core package (zzzprojects/System.Linq.Dynamic.Core#545). The `DynamicExpressionParser.ParseLambda()` function was unable to escape backslashes correctly.

Can you please update this package to the newest version v1.2.13.

Thank you!
  • Loading branch information
MitchellVermaning authored Oct 13, 2021
1 parent f2ac125 commit 2452d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkflowCore.DSL/WorkflowCore.DSL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="SharpYaml" Version="1.6.5" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.7" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2452d73

Please sign in to comment.