Skip to content

Commit

Permalink
Merge pull request sqlkata#582 from RFBomb/master
Browse files Browse the repository at this point in the history
Include XML Documentation File
  • Loading branch information
ahmad-moussawi authored Jul 6, 2022
2 parents be679a9 + 8e2052c commit 044c7ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions QueryBuilder/QueryBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>

</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\SqlKata.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\SqlKata.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Concurrent" Version="4.3.0" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions SqlKata.Execution/SqlKata.Execution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>


</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\QueryBuilder\QueryBuilder.csproj" />
Expand Down

0 comments on commit 044c7ae

Please sign in to comment.