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.
1 parent fad177b commit bddf020Copy full SHA for bddf020
docs/csharp/linq/snippets/HowToBuildDynamicQueries/HowToBuildDynamicQueries.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
@@ -10,7 +10,7 @@
10
<ItemGroup>
11
<PackageReference Include="ExpressionTreeToString" Version="3.4.71" />
12
<PackageReference Include="LinqKit.Core" Version="1.2.8" />
13
- <PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0.2" />
+ <PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.2" />
14
</ItemGroup>
15
16
</Project>
0 commit comments