Skip to content

Commit e80e10b

Browse files
Bump System.Linq.Dynamic.Core from 1.6.7 to 1.6.8
--- updated-dependencies: - dependency-name: System.Linq.Dynamic.Core dependency-version: 1.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 223140e commit e80e10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/csharp/programming-guide/dynamic-linq-expression-trees/dynamic-linq-expression-trees.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="ExpressionTreeToString" Version="3.4.71" />
1212
<PackageReference Include="LinqKit.Core" Version="1.2.8" />
13-
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.7" />
13+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.8" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)