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 be679a9 commit 5e09224Copy full SHA for 5e09224
QueryBuilder/QueryBuilder.csproj
@@ -24,6 +24,12 @@
24
<EmbedUntrackedSources>true</EmbedUntrackedSources>
25
26
</PropertyGroup>
27
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
28
+ <DocumentationFile>bin\Debug\netstandard2.0\SqlKata.xml</DocumentationFile>
29
+ </PropertyGroup>
30
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
31
+ <DocumentationFile>bin\Release\netstandard2.0\SqlKata.xml</DocumentationFile>
32
33
<ItemGroup>
34
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
35
</ItemGroup>
0 commit comments