Skip to content

Commit eddd8bc

Browse files
Merge pull request #5938 from luisquintanilla/dependabot/nuget/samples/snippets/csharp/programming-guide/dynamic-linq-expression-trees/System.Linq.Dynamic.Core-1.6.8
Bump System.Linq.Dynamic.Core from 1.6.7 to 1.6.8
2 parents c1ecad0 + e80e10b commit eddd8bc

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)