We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12be887 + 11d461c commit ab97ce9Copy full SHA for ab97ce9
src/WorkflowCore.DSL/WorkflowCore.DSL.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
@@ -11,7 +11,7 @@
11
<ItemGroup>
12
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
13
<PackageReference Include="SharpYaml" Version="1.6.5" />
14
- <PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.13" />
+ <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
15
</ItemGroup>
16
17
0 commit comments