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 5e09224 commit 8e2052cCopy full SHA for 8e2052c
SqlKata.Execution/SqlKata.Execution.csproj
@@ -22,6 +22,12 @@
22
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23
24
25
+ </PropertyGroup>
26
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
27
+ <DocumentationFile>bin\Release\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
28
29
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
30
+ <DocumentationFile>bin\Debug\netstandard2.0\SqlKata.Execution.xml</DocumentationFile>
31
</PropertyGroup>
32
<ItemGroup>
33
<ProjectReference Include="..\QueryBuilder\QueryBuilder.csproj" />
0 commit comments