Skip to content

Commit 8e2052c

Browse files
committed
Update SqlKata.Execution.csproj
1 parent 5e09224 commit 8e2052c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SqlKata.Execution/SqlKata.Execution.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2323

2424

25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
27+
<DocumentationFile>bin\Release\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
28+
</PropertyGroup>
29+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
30+
<DocumentationFile>bin\Debug\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
2531
</PropertyGroup>
2632
<ItemGroup>
2733
<ProjectReference Include="..\QueryBuilder\QueryBuilder.csproj" />

0 commit comments

Comments
 (0)