Skip to content

Commit 044c7ae

Browse files
Merge pull request #582 from RFBomb/master
Include XML Documentation File
2 parents be679a9 + 8e2052c commit 044c7ae

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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>

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)