Skip to content

Commit 3cf88a3

Browse files
Merge pull request #6338 from luisquintanilla/dependabot/nuget/samples/snippets/csharp/programming-guide/dynamic-linq-expression-trees/System.Linq.Dynamic.Core-1.6.9
Bump System.Linq.Dynamic.Core from 1.6.8 to 1.6.9
2 parents ea5c54e + 9145fcb commit 3cf88a3

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.8" />
13+
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.9" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)