Skip to content

Commit 5e09224

Browse files
committed
Update QueryBuilder.csproj
1 parent be679a9 commit 5e09224

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

QueryBuilder/QueryBuilder.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2525

2626
</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+
</PropertyGroup>
2733
<ItemGroup>
2834
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
2935
</ItemGroup>

0 commit comments

Comments
 (0)