Skip to content

Commit 2452d73

Browse files
Update of "System.Linq.Dynamic.Core" package
**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!
1 parent f2ac125 commit 2452d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowCore.DSL/WorkflowCore.DSL.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1313
<PackageReference Include="SharpYaml" Version="1.6.5" />
14-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.7" />
14+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.13" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)